Skip to content

Commit

Permalink
Doc: Fix broken link to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Aug 23, 2023
1 parent d6bd83d commit 79ff6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Licensed under a [MIT License](./LICENSE). The demo website utilizes icons from
[lucide]: https://lucide.dev/
[hitchhiker]: https://wavedrom.com/tutorial.html
[cratesio]: https://crates.io/crates/wavedrom-rs
[cli]: ./wavedrom-cli
[cli]: ./wavedrom
[mdbook-wavedrom]: ./mdbook-wavedrom
[dtd]: https://en.wikipedia.org/wiki/Digital_timing_diagram
[book]: https://coastalwhite.github.io/wavedrom-rs
Expand Down
2 changes: 1 addition & 1 deletion assets/animated/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HEIGHT=196

set -e

(cd ../../wavedrom-cli && cargo build --quiet)
(cd ../../wavedrom && cargo build --quiet)

cli="../../target/debug/wavedrom"

Expand Down
2 changes: 1 addition & 1 deletion wavedrom/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ wavedrom::render_json5(r##"
//! [helvetica]: https://en.wikipedia.org/wiki/Helvetica
//! [dtd]: https://en.wikipedia.org/wiki/Digital_timing_diagram
//! [editor]: https://gburghoorn.com/wavedrom
//! [cli]: https://github.com/coastalwhite/wavedrom-rs/tree/main/wavedrom-cli
//! [cli]: https://github.com/coastalwhite/wavedrom-rs/tree/main/wavedrom
//! [mdbook-wavedrom]: https://github.com/coastalwhite/wavedrom-rs/tree/main/mdbook-wavedrom
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
Expand Down

0 comments on commit 79ff6ea

Please sign in to comment.