Skip to content

Commit 423ff21

Browse files
authored
Merge pull request #43 from slowmman/ft-fix-doc-links
fix(docs): fix a few broken doc links
2 parents 171a83d + 3df0069 commit 423ff21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **terminal user interface** seems to be the least transparent part, but can
1616
1717
# Terminal User Interface
1818
19-
By default, a TUI is provided to visualize all state. Have a look at [the example provided in the tui module](./tui/index.html).
19+
By default, a TUI is provided to visualize all state. Have a look at [the example provided in the tui module](./render/tui/index.html).
2020
2121
**Please note** that it is behind the `render-tui` feature toggle, which is enabled by default.
2222
@@ -29,7 +29,7 @@ seriously interfere with the TUI.
2929
3030
# A demo application
3131
32-
Please have a look at the [dashboard demo](https://github.com/Byron/crates-io-cli-rs/blob/master/prodash/examples/dashboard.rs).
32+
Please have a look at the [dashboard demo](https://github.com/GitoxideLabs/prodash/blob/main/examples/dashboard.rs).
3333
3434
[![asciicast](https://asciinema.org/a/301838.svg)](https://asciinema.org/a/301838)
3535

0 commit comments

Comments
 (0)