mirror of
https://github.com/danbulant/lucide
synced 2026-09-18 14:04:02 +00:00
fix: use correct documentation links (#120)
This commit is contained in:
parent
65098ce1e1
commit
0de051ba83
6 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
//!
|
||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.
|
||||
//!
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/dioxus.html) for more documenation.
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/dioxus.html) for more documenation.
|
||||
|
||||
#[cfg(any(feature = "text", feature = "design"))]
|
||||
mod a_arrow_down;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
//!
|
||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.
|
||||
//!
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/leptos.html) for more documenation.
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/leptos.html) for more documenation.
|
||||
|
||||
#[cfg(any(feature = "text", feature = "design"))]
|
||||
mod a_arrow_down;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
//!
|
||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.
|
||||
//!
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/yew.html) for more documenation.
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/yew.html) for more documenation.
|
||||
|
||||
#![allow(ambiguous_glob_reexports)]
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ impl Framework for Dioxus {
|
|||
//!\n\
|
||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
||||
//!\n\
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/dioxus.html) for more documenation.\n\
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/dioxus.html) for more documenation.\n\
|
||||
"
|
||||
.to_owned()
|
||||
)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ impl Framework for Leptos {
|
|||
//!\n\
|
||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
||||
//!\n\
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/leptos.html) for more documenation.\n\
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/leptos.html) for more documenation.\n\
|
||||
"
|
||||
.to_owned()
|
||||
)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ impl Framework for Yew {
|
|||
//!\n\
|
||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
||||
//!\n\
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/yew.html) for more documenation.\n\
|
||||
//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/yew.html) for more documenation.\n\
|
||||
\n\
|
||||
#![allow(ambiguous_glob_reexports)]
|
||||
".to_owned()
|
||||
|
|
|
|||
Loading…
Reference in a new issue