From 0d0b5f46894816d1a8cf4195cab82e512b06304a Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Fri, 12 Jul 2024 13:42:00 +0200 Subject: [PATCH] book: Fix link --- book/src/libadwaita.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/libadwaita.md b/book/src/libadwaita.md index 106eec8fb02d..826c0b7a4f8d 100644 --- a/book/src/libadwaita.md +++ b/book/src/libadwaita.md @@ -8,7 +8,7 @@ Libadwaita is a library augmenting GTK 4 which: - provides widgets to better follow GNOME's HIG - provides widgets to let applications [change their layout ](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/adaptive-layouts.html) based on the available space - integrates the Adwaita [stylesheet](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/styles-and-appearance.html) -- allows runtime recoloring with [named colors](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/named-colors.html) +- allows runtime recoloring with [named colors](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/named-colors.html) - adds [API](https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita/struct.StyleManager.html) to support the cross-desktop dark style preference In order to use the Rust bindings, add the [libadwaita crate](https://crates.io/crates/libadwaita) as dependency by executing: