From c28891bd9762847b77b91f8bb220e3e028a9e95b Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 8 Apr 2014 16:42:36 +0100 Subject: [PATCH] docs: Fix some old live.gnome.org URLs --- HACKING | 2 +- README.win32 | 2 +- build/win32/vs10/README.txt | 2 +- build/win32/vs9/README.txt | 2 +- docs/reference/gtk/building.sgml | 2 +- docs/reference/gtk/osx.sgml | 2 +- docs/reference/gtk/windows.sgml | 2 +- gtk/gtkmenutracker.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HACKING b/HACKING index 8b6c207b81..4b20c6b895 100644 --- a/HACKING +++ b/HACKING @@ -17,7 +17,7 @@ can be found here: Information about using git with GNOME can be found here: - http://live.gnome.org/Git + https://wiki.gnome.org/Git In order to get GIT GTK+ installed on your system, you need to have the most recent GIT versions of GLib, Pango, and ATK installed as well. diff --git a/README.win32 b/README.win32 index 42ca66f263..08779db477 100644 --- a/README.win32 +++ b/README.win32 @@ -166,7 +166,7 @@ Please refer to the following GNOME Live! page for a more detailed ouline on the process of building the GTK+ stack and its dependencies with Visual C++: -https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack +https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack Alternative 1 also generates Microsoft import libraries (.lib), if you have lib.exe available. It might also work for cross-compilation from diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt index ec1a305d51..3ccb187219 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -5,7 +5,7 @@ the use of the library. A more detailed outline for instructions on building the GTK+ with Visual C++ can be found in the following GNOME Live! page: -https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack +https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack This VS10 solution and the projects it includes are intented to be used in a GTK+ 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 fe35ea3dda..974f1381eb 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -5,7 +5,7 @@ the use of the library. A more detailed outline for instructions on building the GTK+ with Visual C++ can be found in the following GNOME Live! page: -https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack +https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack This VS9 solution and the projects it includes are intented to be used in a GTK+ source tree unpacked from a tarball. In a git checkout you diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index b7479e7f9e..a38006f2fa 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -202,7 +202,7 @@ How to compile GTK+ itself - Gobject Introspection + Gobject Introspection is a framework for making introspection data available to language bindings. It is available here. diff --git a/docs/reference/gtk/osx.sgml b/docs/reference/gtk/osx.sgml index 41c6d87b41..25be23bb06 100644 --- a/docs/reference/gtk/osx.sgml +++ b/docs/reference/gtk/osx.sgml @@ -31,7 +31,7 @@ or environment variables. For up-to-date information about the current status of this port, see the -project page. +project page. diff --git a/docs/reference/gtk/windows.sgml b/docs/reference/gtk/windows.sgml index bea2fbe084..f779b86d8a 100644 --- a/docs/reference/gtk/windows.sgml +++ b/docs/reference/gtk/windows.sgml @@ -110,7 +110,7 @@ in 256 color mode. More information about GTK+ on Windows, including detailed build instructions, binary downloads, etc, can be found -online. +online. diff --git a/gtk/gtkmenutracker.c b/gtk/gtkmenutracker.c index 7634744f12..023efa2f88 100644 --- a/gtk/gtkmenutracker.c +++ b/gtk/gtkmenutracker.c @@ -46,7 +46,7 @@ * * Certain properties on the #GtkMenuTrackerItem are mutable, and you must * listen for changes in the item. For more details, see the documentation - * for #GtkMenuTrackerItem along with https://live.gnome.org/GApplication/GMenuModel. + * for #GtkMenuTrackerItem along with https://wiki.gnome.org/Projects/GLib/GApplication/GMenuModel. * * The idea of @with_separators is for special cases where menu models may * be tracked in places where separators are not available, like in toplevel