diff --git a/README.win32 b/README.win32 index 3ef45c549..6e2d9daaa 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 b5e092f07..62ea2d9d3 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 59e77b28a..d66dd92cf 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 d360e7b50..2c335222a 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, The generated C code currently happens to be annotated with gtk-doc / GObject + url="https://wiki.gnome.org/Projects/GObjectIntrospection">GObject Introspection comments / annotations. The layout and contents might change in the future so no guarantees about e.g. SECTION usage etc. is given. diff --git a/docs/reference/gobject/tut_tools.xml b/docs/reference/gobject/tut_tools.xml index 132169b10..c34ebb937 100644 --- a/docs/reference/gobject/tut_tools.xml +++ b/docs/reference/gobject/tut_tools.xml @@ -24,7 +24,7 @@ Vala - From the Vala + From the Vala homepage itself: 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 451c81caf..17a05fa9c 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[] = "" diff --git a/gio/gapplicationimpl-dbus.c b/gio/gapplicationimpl-dbus.c index dea8ac285..15e66f299 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[] = ""