Skip to content

Commit 113b4b7

Browse files
authored
docs: Rename template links to remove ratatui from name 📚 (#690)
1 parent b82451f commit 113b4b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ render "Hello World!". The full code for this example which contains a little mo
8686
[Application Patterns] and [Hello World tutorial] sections in the [Ratatui Website] and the various
8787
[Examples]. There are also several starter templates available:
8888

89-
- [ratatui-template]
90-
- [ratatui-async-template] (book and template)
89+
- [template]
90+
- [async-template] (book and template)
9191

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

@@ -299,8 +299,8 @@ Running this example produces the following output:
299299
[Handling Events]: https://ratatui.rs/concepts/event-handling/
300300
[Layout]: https://ratatui.rs/how-to/layout/
301301
[Styling Text]: https://ratatui.rs/how-to/render/style-text/
302-
[ratatui-template]: https://github.com/ratatui-org/ratatui-template
303-
[ratatui-async-template]: https://ratatui-org.github.io/ratatui-async-template
302+
[template]: https://github.com/ratatui-org/template
303+
[async-template]: https://ratatui-org.github.io/async-template
304304
[Examples]: https://github.com/ratatui-org/ratatui/tree/main/examples
305305
[git-cliff]: https://git-cliff.org
306306
[Conventional Commits]: https://www.conventionalcommits.org

src/lib.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
//! [Application Patterns] and [Hello World tutorial] sections in the [Ratatui Website] and the
6666
//! various [Examples]. There are also several starter templates available:
6767
//!
68-
//! - [ratatui-template]
69-
//! - [ratatui-async-template] (book and template)
68+
//! - [template]
69+
//! - [async-template] (book and template)
7070
//!
7171
//! Every application built with `ratatui` needs to implement the following steps:
7272
//!
@@ -296,8 +296,8 @@
296296
//! [Handling Events]: https://ratatui.rs/concepts/event-handling/
297297
//! [Layout]: https://ratatui.rs/how-to/layout/
298298
//! [Styling Text]: https://ratatui.rs/how-to/render/style-text/
299-
//! [ratatui-template]: https://github.com/ratatui-org/ratatui-template
300-
//! [ratatui-async-template]: https://ratatui-org.github.io/ratatui-async-template
299+
//! [template]: https://github.com/ratatui-org/template
300+
//! [async-template]: https://ratatui-org.github.io/async-template
301301
//! [Examples]: https://github.com/ratatui-org/ratatui/tree/main/examples
302302
//! [git-cliff]: https://git-cliff.org
303303
//! [Conventional Commits]: https://www.conventionalcommits.org

0 commit comments

Comments
 (0)