[libadwaita/wip/exalm/urlmap: 3/5] doc: Use docs.gtk.org links instead of GitLab pages




commit 5a1a41e4ef48b33579b519e1abffda86d2b44806
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Sep 20 19:54:15 2021 +0500

    doc: Use docs.gtk.org links instead of GitLab pages
    
    The gtk.org links are the source of truth, the fact they are backed by
    GitLab pages is an implementation detail.

 doc/urlmap.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/doc/urlmap.js b/doc/urlmap.js
index 9b3e3468..44ac002e 100644
--- a/doc/urlmap.js
+++ b/doc/urlmap.js
@@ -5,8 +5,8 @@
 
 // A map between namespaces and base URLs for their online documentation
 baseURLs = [
-    [ 'Gdk', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4/' ],
-    [ 'Gsk', 'https://gnome.pages.gitlab.gnome.org/gtk/gsk4/' ],
-    [ 'Gtk', 'https://gnome.pages.gitlab.gnome.org/gtk/gtk4/' ],
-    [ 'Pango', 'https://gnome.pages/gitlab.gnome.org/pango/pango/' ],
+    [ 'Gdk', 'https://docs.gtk.org/gdk4/' ],
+    [ 'Gsk', 'https://docs.gtk.org/gsk4/' ],
+    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
+    [ 'Pango', 'https://docs.gtk.org/Pango/' ],
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]