Fix old wiki links

This commit is contained in:
Michael Catanzaro 2014-07-01 23:52:19 -05:00
parent 451f732e4f
commit c3842d1969
7 changed files with 8 additions and 8 deletions

View File

@ -174,9 +174,9 @@ Building with Visual Studio
=========================== ===========================
A more detailed outline of building GLib with its dependencies can 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 Please do not build GLib in paths that contain spaces in them, as
this may cause problems during compilation and during usage of the this may cause problems during compilation and during usage of the

View File

@ -5,7 +5,7 @@ the use of the library.
Please refer to the following GNOME Live! page for more detailed Please refer to the following GNOME Live! page for more detailed
instructions on building GLib and its dependencies with Visual C++: 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 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 in a GLib source tree unpacked from a tarball. In a git checkout you

View File

@ -5,7 +5,7 @@ the use of the library.
Please refer to the following GNOME Live! page for more detailed Please refer to the following GNOME Live! page for more detailed
instructions on building GLib and its dependencies with Visual C++: 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 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 in a GLib source tree unpacked from a tarball. In a git checkout you

View File

@ -842,7 +842,7 @@ on_handle_hello_world (MyAppFrobber *interface,
<para> <para>
The generated C code currently happens to be annotated with <ulink The generated C code currently happens to be annotated with <ulink
url="http://www.gtk.org/gtk-doc/">gtk-doc</ulink> / <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 Introspection</ulink> comments / annotations. The layout and
contents might change in the future so no guarantees about contents might change in the future so no guarantees about
e.g. <literal>SECTION</literal> usage etc. is given. e.g. <literal>SECTION</literal> usage etc. is given.

View File

@ -24,7 +24,7 @@
<chapter id="tools-vala"> <chapter id="tools-vala">
<title>Vala</title> <title>Vala</title>
<para> <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 homepage</ulink> itself: <quote>Vala is a new programming language
that aims to bring modern programming language features to GNOME that aims to bring modern programming language features to GNOME
developers without imposing any additional runtime requirements developers without imposing any additional runtime requirements

View File

@ -85,7 +85,7 @@ g_action_group_describe_action (GActionGroup *action_group,
* It's also a lot easier to read. :) * It's also a lot easier to read. :)
* *
* For documentation of this interface, see * 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[] = const char org_gtk_Actions_xml[] =
"<node>" "<node>"

View File

@ -46,7 +46,7 @@
/* DBus Interface definition {{{1 */ /* DBus Interface definition {{{1 */
/* For documentation of these interfaces, see /* 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[] = static const gchar org_gtk_Application_xml[] =
"<node>" "<node>"