[gegl] docs: Fix broken links to glib/gobject docs.



commit 20f0fbe3f7e2e5cd7af8dbfd8c62a8630e8aa2e8
Author: Michael Henning <mikehenning eclipse net>
Date:   Tue May 8 17:50:39 2012 -0400

    docs: Fix broken links to glib/gobject docs.

 tools/create-reference.rb |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/tools/create-reference.rb b/tools/create-reference.rb
index bb440ca..98fed3b 100755
--- a/tools/create-reference.rb
+++ b/tools/create-reference.rb
@@ -31,15 +31,15 @@ class Argument
         when "gboolean"
         when "gpointer"
         when "GList"
-          url="http://developer.gnome.org/doc/API/2.0/glib/glib-Doubly-Linked-Lists.html#GList";
+          url="http://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#GList";
         when "GSList"
-          url="http://developer.gnome.org/doc/API/2.0/glib/glib-Singly-Linked-Lists.html#GSList";
+          url="http://developer.gnome.org/glib/stable/glib-Singly-Linked-Lists.html#GSList";
         when "GParamSpec"
-          url="http://developer.gnome.org/doc/API/2.0/gobject/gobject-GParamSpec.html#GParamSpec";
+          url="http://developer.gnome.org/gobject/stable/gobject-GParamSpec.html#GParamSpec";
         when "GOptionGroup"
-          url="http://developer.gnome.org/doc/API/2.2/glib/glib-Commandline-option-parser.html#GOptionGroup";
+          url="http://developer.gnome.org/glib/stable/glib-Commandline-option-parser.html#GOptionGroup";
         when "GValue"
-          url="http://developer.gnome.org/doc/API/2.0/gobject/gobject-Generic-values.html#GValue";
+          url="http://developer.gnome.org/gobject/stable/gobject-Generic-values.html#GValue";
         else
           url="##{type}"
         end
@@ -141,15 +141,15 @@ class Function
         when "gboolean"
         when "gpointer"
         when "GList"
-          url="http://developer.gnome.org/doc/API/2.0/glib/glib-Doubly-Linked-Lists.html#GList";
+          url="http://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#GList";
         when "GSList"
-          url="http://developer.gnome.org/doc/API/2.0/glib/glib-Singly-Linked-Lists.html#GSList";
+          url="http://developer.gnome.org/glib/stable/glib-Singly-Linked-Lists.html#GSList";
         when "GParamSpec"
-          url="http://developer.gnome.org/doc/API/2.0/gobject/gobject-GParamSpec.html#GParamSpec";
+          url="http://developer.gnome.org/gobject/stable/gobject-GParamSpec.html#GParamSpec";
         when "GOptionGroup"
-          url="http://developer.gnome.org/doc/API/2.2/glib/glib-Commandline-option-parser.html#GOptionGroup";
+          url="http://developer.gnome.org/glib/stable/glib-Commandline-option-parser.html#GOptionGroup";
         when "GValue"
-          url="http://developer.gnome.org/doc/API/2.0/gobject/gobject-Generic-values.html#GValue";
+          url="http://developer.gnome.org/gobject/stable/gobject-Generic-values.html#GValue";
         else
           url="##{type}"
         end



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