File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ render "Hello World!". The full code for this example which contains a little mo
86
86
[ Application Patterns] and [ Hello World tutorial] sections in the [ Ratatui Website] and the various
87
87
[ Examples] . There are also several starter templates available:
88
88
89
- - [ ratatui- template]
90
- - [ ratatui- async-template] (book and template)
89
+ - [ template]
90
+ - [ async-template] (book and template)
91
91
92
92
Every application built with ` ratatui ` needs to implement the following steps:
93
93
@@ -299,8 +299,8 @@ Running this example produces the following output:
299
299
[ Handling Events ] : https://ratatui.rs/concepts/event-handling/
300
300
[ Layout ] : https://ratatui.rs/how-to/layout/
301
301
[ 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
304
304
[ Examples ] : https://github.com/ratatui-org/ratatui/tree/main/examples
305
305
[ git-cliff ] : https://git-cliff.org
306
306
[ Conventional Commits ] : https://www.conventionalcommits.org
Original file line number Diff line number Diff line change 65
65
//! [Application Patterns] and [Hello World tutorial] sections in the [Ratatui Website] and the
66
66
//! various [Examples]. There are also several starter templates available:
67
67
//!
68
- //! - [ratatui- template]
69
- //! - [ratatui- async-template] (book and template)
68
+ //! - [template]
69
+ //! - [async-template] (book and template)
70
70
//!
71
71
//! Every application built with `ratatui` needs to implement the following steps:
72
72
//!
296
296
//! [Handling Events]: https://ratatui.rs/concepts/event-handling/
297
297
//! [Layout]: https://ratatui.rs/how-to/layout/
298
298
//! [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
301
301
//! [Examples]: https://github.com/ratatui-org/ratatui/tree/main/examples
302
302
//! [git-cliff]: https://git-cliff.org
303
303
//! [Conventional Commits]: https://www.conventionalcommits.org
You can’t perform that action at this time.
0 commit comments