diff --git a/packages/dioxus/src/lib.rs b/packages/dioxus/src/lib.rs index 1d5215e0..659ed1b8 100644 --- a/packages/dioxus/src/lib.rs +++ b/packages/dioxus/src/lib.rs @@ -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; diff --git a/packages/leptos/src/lib.rs b/packages/leptos/src/lib.rs index c88a2def..a07f8b78 100644 --- a/packages/leptos/src/lib.rs +++ b/packages/leptos/src/lib.rs @@ -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; diff --git a/packages/yew/src/lib.rs b/packages/yew/src/lib.rs index cc1fa750..4f5f4342 100644 --- a/packages/yew/src/lib.rs +++ b/packages/yew/src/lib.rs @@ -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)] diff --git a/scripts/src/frameworks/dioxus.rs b/scripts/src/frameworks/dioxus.rs index f168fba5..9bf982ce 100644 --- a/scripts/src/frameworks/dioxus.rs +++ b/scripts/src/frameworks/dioxus.rs @@ -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() ) diff --git a/scripts/src/frameworks/leptos.rs b/scripts/src/frameworks/leptos.rs index 144dca32..aa66c541 100644 --- a/scripts/src/frameworks/leptos.rs +++ b/scripts/src/frameworks/leptos.rs @@ -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() ) diff --git a/scripts/src/frameworks/yew.rs b/scripts/src/frameworks/yew.rs index 4d449e53..92d1973e 100644 --- a/scripts/src/frameworks/yew.rs +++ b/scripts/src/frameworks/yew.rs @@ -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()