From e49d39e108ecbff86518941f1cd92b4183ad808b Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:23:27 +0200 Subject: [PATCH] fix(docs): Update links to GTK css documentation --- docs/src/working_with_gtk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/working_with_gtk.md b/docs/src/working_with_gtk.md index 39dbdad..8d8ae38 100644 --- a/docs/src/working_with_gtk.md +++ b/docs/src/working_with_gtk.md @@ -4,8 +4,8 @@ Eww is styled in GTK CSS. To make theming even easier, it makes use of `scss` and then compiles that into CSS for you. -If you don't know any way to style something check out the [GTK CSS Overview wiki](https://developer.gnome.org/gtk3/stable/chap-css-overview.html), -the [GTK CSS Properties Overview wiki ](https://developer.gnome.org/gtk3/stable/chap-css-properties.html), +If you don't know any way to style something check out the [GTK CSS Overview wiki](https://docs.gtk.org/gtk3/css-overview.html), +the [GTK CSS Properties Overview wiki ](https://docs.gtk.org/gtk3/css-properties.html), or check the [GTK-Debugger](#gtk-debugger). If you have **NO** clue about how to do CSS, check out some online guides or tutorials.