fix: use correct documentation links (#120)

This commit is contained in:
Daniëlle Huisman 2025-07-29 12:01:35 +02:00 committed by GitHub
parent 65098ce1e1
commit 0de051ba83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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)]

View file

@ -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()
)

View file

@ -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()
)

View file

@ -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()