]> Pileus Git - ~andy/gtk/commitdiff
docs: Update URL of some documentation links
authorJavier Jardón <jjardon@gnome.org>
Sun, 14 Nov 2010 00:21:35 +0000 (01:21 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 14 Nov 2010 00:24:19 +0000 (01:24 +0100)
http://developer.gnome.org -> http://library.gnome.org

HACKING
INSTALL.in
README.in
docs/reference/gtk/question_index.sgml
gtk/gtkdialog.c
gtk/gtkwidget.c
modules/engines/ms-windows/msw_style.c

diff --git a/HACKING b/HACKING
index 91dd2156ea0479528492e1bf590e7839dc5cb0b5..61024eef9161eebc74f422667005af0f5526872e 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -13,7 +13,7 @@ fine GNU mirrors.  Beta software can be found at alpha.gnu.org.
 Up-to-date instructions about developing GNOME applications and libraries
 can be found here:
 
-        http://developer.gnome.org
+        http://library.gnome.org/devel/
 
 Information about using git with GNOME can be found here:
 
index 93de19eaa7470f6653484aed158832e4a84c6fc1..d3c7f05c0383d305958ff4e74f799f9deca78f1a 100644 (file)
@@ -31,5 +31,4 @@ in the file:
 
 Or online at:
 
- http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
-
+ http://library.gnome.org/devel/gtk/stable/gtk-building.html
index bcd8c4efba60992e24801773f8c9a69e01f0a8c1..e2084bbc0f31fc666757a2c72cfffa25aea6ae2a 100644 (file)
--- a/README.in
+++ b/README.in
@@ -254,7 +254,7 @@ Release notes for 2.10
   GTK_OBJECT_IS_FLOATING() will still work, but direct checking
   of the GTK_FLOATING flag will no longer detect the floating 
   reference. Details about floating references can be found in the docs:
-  http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref
+  http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#floating-ref
 
 * Accelerators like (_F) are now stripped from labels when they are 
   displayed in toolbars. If this is not wanted, the feature can be 
index 731978446a97cd5f0bdecb0b6606aa9cc35c5b71..f4c6a52553a2686bad8a63b3b283f528360874b7 100644 (file)
@@ -39,7 +39,7 @@ The GTK+ <ulink url="http://www.gtk.org">website</ulink> offers a
 <ulink url="http://www.gtk.org/tutorial">tutorial</ulink> and a 
 <ulink url="http://www.gtk.org/faq">FAQ</ulink>. More documentation ranging
 from whitepapers to online books can be found at the
-<ulink url="http://developer.gnome.org/doc">GNOME developer's site</ulink>.
+<ulink url="http://library.gnome.org/devel/">GNOME developer's site</ulink>.
 After studying these materials you should be well prepared to come back to
 this reference manual for details.
 </para></answer>
index 22c32ce5febff5d3df8a4ede83746ed0e90d6cca..b765b72aff84c5ad04cdbbcd88a9c2a01698a090 100644 (file)
@@ -1132,7 +1132,7 @@ gtk_dialog_set_alternative_button_order_valist (GtkDialog *dialog,
  * response ids passed to this function.
  *
  * By default, GTK+ dialogs use the button order advocated by the Gnome
- * <ulink url="http://developer.gnome.org/projects/gup/hig/2.0/">Human
+ * <ulink url="http://library.gnome.org/devel/hig-book/stable/">Human
  * Interface Guidelines</ulink> with the affirmative button at the far
  * right, and the cancel button left of it. But the builtin GTK+ dialogs
  * and #GtkMessageDialog<!-- -->s do provide an alternative button order,
index 87eca07f73e57f13d2bb7547b755c1260e942f28..9eec35ce4beb691b23c8cf2231dd9ba5eb908e83 100644 (file)
@@ -11100,7 +11100,8 @@ G_DEFINE_BOXED_TYPE (GtkRequisition, gtk_requisition,
  * instance in question, it will inherit an #AtkObject implementation from the
  * first ancestor class for which such an implementation is defined.
  *
- * The documentation of the <ulink url="http://developer.gnome.org/doc/API/2.0/atk/index.html">ATK</ulink>
+ * The documentation of the
+ * <ulink url="http://library.gnome.org/devel/atk/stable/">ATK</ulink>
  * library contains more information about accessible objects and their uses.
  *
  * Returns: (transfer none): the #AtkObject associated with @widget
index 5df544715fb9947abd23fbe9c4c71a22c79db5c6..aabcb0d0d96d8373732ef15a5ecfba19f5bba77e 100755 (executable)
@@ -467,7 +467,7 @@ msw_style_setup_system_settings (void)
   setup_menu_settings (settings);
 
   /*
-     http://developer.gnome.org/doc/API/2.0/gtk/GtkSettings.html
+     http://library.gnome.org/devel/gtk/stable/GtkSettings.html
      http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/systemparametersinfo.asp
      http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/getsystemmetrics.asp */
 }