[dconf-editor] Update some links to gitlab.gnome.org.



commit 1be46579b9152a82dcf84beca6b9f912ae924d08
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Feb 18 19:30:14 2018 +0100

    Update some links to gitlab.gnome.org.

 editor/ca.desrt.dconf-editor.gschema.xml |    2 +-
 editor/source-manager.vala               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
index cf94e13..a92eeaa 100644
--- a/editor/ca.desrt.dconf-editor.gschema.xml
+++ b/editor/ca.desrt.dconf-editor.gschema.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  https://git.gnome.org/browse/glib/log/gio/gschema.dtd
+  https://gitlab.gnome.org/GNOME/glib/blob/master/gio/gschema.dtd
   /usr/share/glib-2.0/schemas/gschema.dtd
 -->
 <!DOCTYPE schemalist [
diff --git a/editor/source-manager.vala b/editor/source-manager.vala
index c4def9e..5e62fc6 100644
--- a/editor/source-manager.vala
+++ b/editor/source-manager.vala
@@ -112,7 +112,7 @@ public class SourceManager : Object
     }
 
     // We need to create new schema sources in order to detect schema changes, since schema sources cache 
the info and the default schema source is also a cached instance
-    // This code is adapted from GLib (https://git.gnome.org/browse/glib/tree/gio/gsettingsschema.c#n332)
+    // This code is adapted from GLib 
(https://gitlab.gnome.org/GNOME/glib/blob/master/gio/gsettingsschema.c#L331)
     private SettingsSchemaSource? create_schema_source ()
     {
         SettingsSchemaSource? source = null;


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