From a6b579223fd83c36e024428df49a3027cd1c21bc Mon Sep 17 00:00:00 2001 From: Thomas TACQUET Date: Sat, 2 Nov 2024 02:08:07 +0100 Subject: [PATCH] docs: fix example link in readme (#1462) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6481920a..3eeea990 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ fn draw(frame: &mut Frame) { [Layout]: https://ratatui.rs/how-to/layout/ [Styling Text]: https://ratatui.rs/how-to/render/style-text/ [templates]: https://github.com/ratatui/templates/ -[Examples]: https://github.com/ratatui/ratatui/tree/main/examples/README.md +[Examples]: https://github.com/ratatui/ratatui/blob/main/ratatui/examples/README.md [Report a bug]: https://github.com/ratatui/ratatui/issues/new?labels=bug&projects=&template=bug_report.md [Request a Feature]: https://github.com/ratatui/ratatui/issues/new?labels=enhancement&projects=&template=feature_request.md [Create a Pull Request]: https://github.com/ratatui/ratatui/compare