Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
andretcarpizo committed Dec 26, 2023
1 parent 77646ed commit 74d0de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- `UnicodeBug`


For a full list of the currently supported icons, see the `IconKind` [enum](https://docs.rs/murmur/1.2.1/murmur/enum.IconKind.htmlhttps://docs.rs/murmur/1.2.1/murmur/enum.IconKind.html).
For a full list of the currently supported icons, see the `IconKind` [enum](https://docs.rs/murmur/latest/murmur/enum.IconKind.html).
```rust
use murmur::{Whisper, IconKind};
use owo_colors::OwoColorize;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
//! - `UnicodeBug`
//!
//!
//! For a full list of the currently supported icons, see the `IconKind` [enum](https://docs.rs/murmur/1.2.1/murmur/enum.IconKind.htmlhttps://docs.rs/murmur/1.2.1/murmur/enum.IconKind.html).
//! For a full list of the currently supported icons, see the `IconKind` [enum](https://docs.rs/murmur/latest/murmur/enum.IconKind.html).
//! ```rust
//! use murmur::{Whisper, IconKind};
//! use owo_colors::OwoColorize;
Expand Down

0 comments on commit 74d0de5

Please sign in to comment.