mirror of
https://github.com/danbulant/lucide
synced 2026-09-20 15:04:16 +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.
|
//! 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"))]
|
#[cfg(any(feature = "text", feature = "design"))]
|
||||||
mod a_arrow_down;
|
mod a_arrow_down;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
//!
|
//!
|
||||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.
|
//! 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"))]
|
#[cfg(any(feature = "text", feature = "design"))]
|
||||||
mod a_arrow_down;
|
mod a_arrow_down;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
//!
|
//!
|
||||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.
|
//! 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)]
|
#![allow(ambiguous_glob_reexports)]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ impl Framework for Dioxus {
|
||||||
//!\n\
|
//!\n\
|
||||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
||||||
//!\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()
|
.to_owned()
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ impl Framework for Leptos {
|
||||||
//!\n\
|
//!\n\
|
||||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
||||||
//!\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()
|
.to_owned()
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ impl Framework for Yew {
|
||||||
//!\n\
|
//!\n\
|
||||||
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
//! Lucide is a beautiful & consistent icon toolkit made by the community.\n\
|
||||||
//!\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\
|
\n\
|
||||||
#![allow(ambiguous_glob_reexports)]
|
#![allow(ambiguous_glob_reexports)]
|
||||||
".to_owned()
|
".to_owned()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue