docs: Fix the dependencies links

Use the GitLab pages location until we can link to a proper space on
developer.gnome.org.
This commit is contained in:
Emmanuele Bassi
2021-03-11 17:36:36 +00:00
parent 28e33bc26c
commit 66f0547ebf
3 changed files with 5 additions and 5 deletions

View File

@@ -29,12 +29,12 @@ search_index = true
[dependencies."GdkWayland-4.0"]
name = "GdkWayland"
description = "GDK Wayland Backend"
docs_url = "https://developer.gnome.org/gtk4/stable" # fixme
docs_url = "https://gnome.pages.gitlab.gnome.org/gtk/gdk4-wayland/"
[dependencies."GdkX11-4.0"]
name = "GdkX11"
description = "GDK X11 Backend"
docs_url = "https://developer.gnome.org/gtk4/stable" # fixme
docs_url = "https://gnome.pages.gitlab.gnome.org/gtk/gdk4-x11/"
[theme]
name = "basic"

View File

@@ -29,7 +29,7 @@ search_index = true
[dependencies."Gdk-4.0"]
name = "GDK"
description = "The GTK windowing system abstraction"
docs_url = "../../Gdk/4.0/"
docs_url = "https://gnome.pages.gitlab.gnome.org/gtk/gdk4/"
[theme]
name = "basic"

View File

@@ -29,12 +29,12 @@ search_index = true
[dependencies."Gdk-4.0"]
name = "GDK"
description = "The GTK windowing system abstraction"
docs_url = "../../Gdk/4.0/"
docs_url = "https://gnome.pages.gitlab.gnome.org/gtk/gdk4/"
[dependencies."Gsk-4.0"]
name = "GSK"
description = "The GTK rendering abstraction"
docs_url = "../../Gsk/4.0/"
docs_url = "https://gnome.pages.gitlab.gnome.org/gtk/gsk4/"
[theme]
name = "basic"