Skip to content

Commit

Permalink
docs: Rename template links to remove ratatui from name 📚 (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Dec 15, 2023
1 parent b82451f commit 113b4b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ render "Hello World!". The full code for this example which contains a little mo
[Application Patterns] and [Hello World tutorial] sections in the [Ratatui Website] and the various
[Examples]. There are also several starter templates available:

- [ratatui-template]
- [ratatui-async-template] (book and template)
- [template]
- [async-template] (book and template)

Every application built with `ratatui` needs to implement the following steps:

Expand Down Expand Up @@ -299,8 +299,8 @@ Running this example produces the following output:
[Handling Events]: https://ratatui.rs/concepts/event-handling/
[Layout]: https://ratatui.rs/how-to/layout/
[Styling Text]: https://ratatui.rs/how-to/render/style-text/
[ratatui-template]: https://github.com/ratatui-org/ratatui-template
[ratatui-async-template]: https://ratatui-org.github.io/ratatui-async-template
[template]: https://github.com/ratatui-org/template
[async-template]: https://ratatui-org.github.io/async-template
[Examples]: https://github.com/ratatui-org/ratatui/tree/main/examples
[git-cliff]: https://git-cliff.org
[Conventional Commits]: https://www.conventionalcommits.org
Expand Down
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
//! [Application Patterns] and [Hello World tutorial] sections in the [Ratatui Website] and the
//! various [Examples]. There are also several starter templates available:
//!
//! - [ratatui-template]
//! - [ratatui-async-template] (book and template)
//! - [template]
//! - [async-template] (book and template)
//!
//! Every application built with `ratatui` needs to implement the following steps:
//!
Expand Down Expand Up @@ -296,8 +296,8 @@
//! [Handling Events]: https://ratatui.rs/concepts/event-handling/
//! [Layout]: https://ratatui.rs/how-to/layout/
//! [Styling Text]: https://ratatui.rs/how-to/render/style-text/
//! [ratatui-template]: https://github.com/ratatui-org/ratatui-template
//! [ratatui-async-template]: https://ratatui-org.github.io/ratatui-async-template
//! [template]: https://github.com/ratatui-org/template
//! [async-template]: https://ratatui-org.github.io/async-template
//! [Examples]: https://github.com/ratatui-org/ratatui/tree/main/examples
//! [git-cliff]: https://git-cliff.org
//! [Conventional Commits]: https://www.conventionalcommits.org
Expand Down

0 comments on commit 113b4b7

Please sign in to comment.