[glib] Fix old wiki links



commit c3842d1969feace4bfb12919be730e75e53877d9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jul 1 23:52:19 2014 -0500

    Fix old wiki links

 README.win32                         |    4 ++--
 build/win32/vs10/README.txt          |    2 +-
 build/win32/vs9/README.txt           |    2 +-
 docs/reference/gio/gdbus-codegen.xml |    2 +-
 docs/reference/gobject/tut_tools.xml |    2 +-
 gio/gactiongroupexporter.c           |    2 +-
 gio/gapplicationimpl-dbus.c          |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/README.win32 b/README.win32
index 3ef45c5..6e2d9da 100644
--- a/README.win32
+++ b/README.win32
@@ -174,9 +174,9 @@ Building with Visual Studio
 ===========================
 
 A more detailed outline of building GLib with its dependencies can
-now be found in GNOME Live!:
+now be found on the GNOME wiki:
 
-https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+https://wiki.gnome.org/Projects/GTK%2B/Win32/MSVCCompilationOfGTKStack
 
 Please do not build GLib in paths that contain spaces in them, as
 this may cause problems during compilation and during usage of the
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index b5e092f..62ea2d9 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -5,7 +5,7 @@ the use of the library.
 Please refer to the following GNOME Live! page for more detailed
 instructions on building GLib and its dependencies with Visual C++:
 
-https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+https://wiki.gnome.org/Projects/GTK%2B/Win32/MSVCCompilationOfGTKStack
 
 This VS10 solution and the projects it includes are intented to be used
 in a GLib source tree unpacked from a tarball. In a git checkout you
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index 59e77b2..d66dd92 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -5,7 +5,7 @@ the use of the library.
 Please refer to the following GNOME Live! page for more detailed
 instructions on building GLib and its dependencies with Visual C++:
 
-https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+https://wiki.gnome.org/Projects/GTK%2B/Win32/MSVCCompilationOfGTKStack
 
 This VS9 solution and the projects it includes are intented to be used
 in a GLib source tree unpacked from a tarball. In a git checkout you
diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml
index d360e7b..2c33522 100644
--- a/docs/reference/gio/gdbus-codegen.xml
+++ b/docs/reference/gio/gdbus-codegen.xml
@@ -842,7 +842,7 @@ on_handle_hello_world (MyAppFrobber           *interface,
   <para>
     The generated C code currently happens to be annotated with <ulink
     url="http://www.gtk.org/gtk-doc/";>gtk-doc</ulink> / <ulink
-    url="https://live.gnome.org/GObjectIntrospection";>GObject
+    url="https://wiki.gnome.org/Projects/GObjectIntrospection";>GObject
     Introspection</ulink> comments / annotations. The layout and
     contents might change in the future so no guarantees about
     e.g. <literal>SECTION</literal> usage etc. is given.
diff --git a/docs/reference/gobject/tut_tools.xml b/docs/reference/gobject/tut_tools.xml
index 132169b..c34ebb9 100644
--- a/docs/reference/gobject/tut_tools.xml
+++ b/docs/reference/gobject/tut_tools.xml
@@ -24,7 +24,7 @@
   <chapter id="tools-vala">
     <title>Vala</title>
     <para>
-      From the <ulink url="http://live.gnome.org/Vala";>Vala
+      From the <ulink url="https://wiki.gnome.org/Projects/Vala";>Vala
       homepage</ulink> itself: <quote>Vala is a new programming language
       that aims to bring modern programming language features to GNOME
       developers without imposing any additional runtime requirements
diff --git a/gio/gactiongroupexporter.c b/gio/gactiongroupexporter.c
index 451c81c..17a05fa 100644
--- a/gio/gactiongroupexporter.c
+++ b/gio/gactiongroupexporter.c
@@ -85,7 +85,7 @@ g_action_group_describe_action (GActionGroup *action_group,
  * It's also a lot easier to read. :)
  *
  * For documentation of this interface, see
- * http://live.gnome.org/GTK+/GApplication-dbus-apis
+ * https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI
  */
 const char org_gtk_Actions_xml[] =
   "<node>"
diff --git a/gio/gapplicationimpl-dbus.c b/gio/gapplicationimpl-dbus.c
index dea8ac2..15e66f2 100644
--- a/gio/gapplicationimpl-dbus.c
+++ b/gio/gapplicationimpl-dbus.c
@@ -46,7 +46,7 @@
 /* DBus Interface definition {{{1 */
 
 /* For documentation of these interfaces, see
- * https://live.gnome.org/GApplication/DBusAPI
+ * https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI
  */
 static const gchar org_gtk_Application_xml[] =
   "<node>"


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