From 8155eb44ce6329c767147f91cad2a1b05f9666be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Tue, 29 Jul 2025 11:52:40 +0200 Subject: [PATCH] fix: use correct documentation links --- packages/dioxus/src/lib.rs | 2 +- packages/leptos/src/lib.rs | 2 +- packages/yew/src/lib.rs | 2 +- scripts/src/frameworks/dioxus.rs | 2 +- scripts/src/frameworks/leptos.rs | 2 +- scripts/src/frameworks/yew.rs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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()