Skip to content

Commit 38b4bcc

Browse files
authored
fix: broken link to ratatui logo example (#853)
Trying to navigate to ratatui logo example results in 404.
1 parent 9a7cce9 commit 38b4bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/examples/Apps/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ import userInputImage from "./user_input.gif";
3030

3131
## [Popup <Image src={popupImage} alt="Popup App"/>](./popup)
3232

33-
## [Ratatui Logo <Image src={ratatuiLogoImage} alt="Ratatui Logo App"/>](./ratatui_logo)
33+
## [Ratatui Logo <Image src={ratatuiLogoImage} alt="Ratatui Logo App"/>](./ratatui-logo)
3434

3535
## [User Input <Image src={userInputImage} alt="User Input App"/>](./user_input)

0 commit comments

Comments
 (0)