mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
fix: replace links to assets
This commit is contained in:
parent
e14190ae4b
commit
4ae9850e13
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ A library to build rich terminal user interfaces or dashboards
|
||||||
keywords = ["tui", "terminal", "dashboard"]
|
keywords = ["tui", "terminal", "dashboard"]
|
||||||
repository = "https://github.com/fdehau/tui-rs"
|
repository = "https://github.com/fdehau/tui-rs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
exclude = ["docs/*", ".travis.yml"]
|
exclude = ["assets/*", ".travis.yml"]
|
||||||
autoexamples = true
|
autoexamples = true
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
[![Crate Status](https://img.shields.io/crates/v/tui.svg)](https://crates.io/crates/tui)
|
[![Crate Status](https://img.shields.io/crates/v/tui.svg)](https://crates.io/crates/tui)
|
||||||
[![Docs Status](https://docs.rs/tui/badge.svg)](https://docs.rs/crate/tui/)
|
[![Docs Status](https://docs.rs/tui/badge.svg)](https://docs.rs/crate/tui/)
|
||||||
|
|
||||||
<img src="./docs/demo.gif" alt="Demo cast under Linux Termite with Inconsolata font 12pt">
|
<img src="./assets/demo.gif" alt="Demo cast under Linux Termite with Inconsolata font 12pt">
|
||||||
|
|
||||||
`tui-rs` is a [Rust](https://www.rust-lang.org) library to build rich terminal
|
`tui-rs` is a [Rust](https://www.rust-lang.org) library to build rich terminal
|
||||||
user interfaces and dashboards. It is heavily inspired by the `Javascript`
|
user interfaces and dashboards. It is heavily inspired by the `Javascript`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//! [tui](https://github.com/fdehau/tui-rs) is a library used to build rich
|
//! [tui](https://github.com/fdehau/tui-rs) is a library used to build rich
|
||||||
//! terminal users interfaces and dashboards.
|
//! terminal users interfaces and dashboards.
|
||||||
//!
|
//!
|
||||||
//! ![](https://raw.githubusercontent.com/fdehau/tui-rs/master/docs/demo.gif)
|
//! ![](https://raw.githubusercontent.com/fdehau/tui-rs/master/assets/demo.gif)
|
||||||
//!
|
//!
|
||||||
//! # Get started
|
//! # Get started
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue