From 97862638ec447f093bd0d676196331fb178f4fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 14 Nov 2010 01:21:35 +0100 Subject: [PATCH] docs: Update URL of some documentation links http://developer.gnome.org -> http://library.gnome.org --- HACKING | 2 +- INSTALL.in | 3 +-- README.in | 2 +- docs/reference/gtk/question_index.sgml | 2 +- gtk/gtkdialog.c | 2 +- gtk/gtkwidget.c | 3 ++- modules/engines/ms-windows/msw_style.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HACKING b/HACKING index 91dd2156ea..61024eef91 100644 --- 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: diff --git a/INSTALL.in b/INSTALL.in index 93de19eaa7..d3c7f05c03 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -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 diff --git a/README.in b/README.in index bcd8c4efba..e2084bbc0f 100644 --- 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 diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml index 731978446a..f4c6a52553 100644 --- a/docs/reference/gtk/question_index.sgml +++ b/docs/reference/gtk/question_index.sgml @@ -39,7 +39,7 @@ The GTK+ website offers a tutorial and a FAQ. More documentation ranging from whitepapers to online books can be found at the -GNOME developer's site. +GNOME developer's site. After studying these materials you should be well prepared to come back to this reference manual for details. diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 22c32ce5fe..b765b72aff 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -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 - * Human + * Human * Interface Guidelines with the affirmative button at the far * right, and the cancel button left of it. But the builtin GTK+ dialogs * and #GtkMessageDialogs do provide an alternative button order, diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 87eca07f73..9eec35ce4b 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -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 ATK + * The documentation of the + * ATK * library contains more information about accessible objects and their uses. * * Returns: (transfer none): the #AtkObject associated with @widget diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c index 5df544715f..aabcb0d0d9 100755 --- a/modules/engines/ms-windows/msw_style.c +++ b/modules/engines/ms-windows/msw_style.c @@ -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 */ }