Skip to content

Commit

Permalink
docs: fix links to templates code (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandros authored Dec 13, 2024
1 parent 77c7fbf commit 57c9531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/templates/component/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ You may also want to check out the following links (roughly in order of increasi
- <https://github.com/ratatui/ratatui/tree/main/examples>: Simple one-off examples to illustrate
various widgets and features in `ratatui`.
- <https://github.com/ratatui/templates/tree/main/simple>: Starter kit for using `ratatui`
- <https://github.com/ratatui/templates/tree/main/async>: Starter kit for using `ratatui` with
- <https://github.com/ratatui/templates/tree/main/simple-async>: Starter kit for using `ratatui` with
`async` using `tokio`
- <https://github.com/ratatui/ratatui-website/tree/main/code/json-editor>: Tutorial project that the
- <https://github.com/ratatui/ratatui-website/tree/main/code/tutorials/json-editor>: Tutorial project that the
user a simple interface to enter key-value pairs, which will printed in json.
- <https://github.com/ratatui/templates/tree/main/component>: Async tokio crossterm based
opinionated starter kit with "components" for using `ratatui`.
Expand Down

0 comments on commit 57c9531

Please sign in to comment.