From 27c56376756b854db6d2fd8939419bd8578f8a90 Mon Sep 17 00:00:00 2001 From: blu <52867612+hueblu@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:29:04 -0700 Subject: [PATCH] docs(README): fix links to CONTRIBUTING.md and BREAKING-CHANGES.md (#577) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe157507..bd698922 100644 --- a/README.md +++ b/README.md @@ -303,8 +303,8 @@ Running this example produces the following output: [Conventional Commits]: https://www.conventionalcommits.org [API Documentation]: https://docs.rs/ratatui [Changelog]: https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md -[Contributing]: https:://github.com/ratatui-org/ratatui/blob/main/CONTRIBUTING.md -[Breaking Changes]: https:://github.com/ratatui-org/ratatui/blob/main/BREAKING-CHANGES.md +[Contributing]: https://github.com/ratatui-org/ratatui/blob/main/CONTRIBUTING.md +[Breaking Changes]: https://github.com/ratatui-org/ratatui/blob/main/BREAKING-CHANGES.md [docsrs-hello]: https://github.com/ratatui-org/ratatui/blob/c3c3c289b1eb8d562afb1931adb4dc719cd48490/examples/docsrs-hello.png?raw=true [docsrs-layout]: https://github.com/ratatui-org/ratatui/blob/c3c3c289b1eb8d562afb1931adb4dc719cd48490/examples/docsrs-layout.png?raw=true [docsrs-styling]: https://github.com/ratatui-org/ratatui/blob/c3c3c289b1eb8d562afb1931adb4dc719cd48490/examples/docsrs-styling.png?raw=true