Skip to content

Commit

Permalink
docs(backend): fix broken book link (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 3, 2024
1 parent 49df5d4 commit 50374b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
//! [Termwiz]: https://crates.io/crates/termwiz
//! [examples]: https://github.com/ratatui-org/ratatui/tree/main/examples#readme
//! [Backend Comparison]:
//! https://ratatui-org.github.io/ratatui-book/concepts/backends/comparison.html
//! https://ratatui.rs/concepts/backends/comparison/
//! [Ratatui Website]: https://ratatui-org.github.io/ratatui-book
use std::io;

Expand Down

0 comments on commit 50374b2

Please sign in to comment.