[gtk/docs-gtk-org] glib: Update the source URL



commit 7be4635fc4de692e6ff1a371497762d202796ab5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Aug 28 17:44:59 2021 +0100

    glib: Update the source URL
    
    The GIR data is relative to the source directory of each sub-library,
    because it's generated from gobject-introspection instead of GLib
    itself.

 glib/gio/gio.toml.in         | 2 +-
 glib/glib/glib.toml.in       | 2 +-
 glib/gobject/gobject.toml.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gio/gio.toml.in b/glib/gio/gio.toml.in
index 10dbb9735c..acb3416b08 100644
--- a/glib/gio/gio.toml.in
+++ b/glib/gio/gio.toml.in
@@ -32,7 +32,7 @@ show_index_summary = true
 show_class_hierarchy = true
 
 [source-location]
-base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/";
+base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/";
 
 [extra]
 urlmap_file = "urlmap.js"
diff --git a/glib/glib/glib.toml.in b/glib/glib/glib.toml.in
index deabaa8eba..6925e68c39 100644
--- a/glib/glib/glib.toml.in
+++ b/glib/glib/glib.toml.in
@@ -32,7 +32,7 @@ show_index_summary = true
 show_class_hierarchy = true
 
 [source-location]
-base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/";
+base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/glib/";
 
 [extra]
 urlmap_file = "urlmap.js"
diff --git a/glib/gobject/gobject.toml.in b/glib/gobject/gobject.toml.in
index 2b260fec3e..ceeca96883 100644
--- a/glib/gobject/gobject.toml.in
+++ b/glib/gobject/gobject.toml.in
@@ -32,7 +32,7 @@ show_index_summary = true
 show_class_hierarchy = true
 
 [source-location]
-base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/";
+base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/master/gobject/";
 
 [extra]
 urlmap_file = "urlmap.js"


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