diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq/gtk-faq.sgml | 2 | ||||
-rw-r--r-- | docs/reference/ChangeLog | 8 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/windows.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/building.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkicontheme.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtksocket.sgml | 4 |
6 files changed, 14 insertions, 6 deletions
diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index e0389bbf67..b06dbcd834 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -429,7 +429,7 @@ in which they need to be installed:</para> <itemizedlist spacing=compact> <listitem><simpara> pkg-config -(<ulink url="http://www.freedesktop.org/software/pkgconfig/"> +(<ulink url="http://www.freedesktop.org/software/pkgconfig"> pkg-config Site</ulink>)</simpara> </listitem> diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c372371dab..50a54d88d0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 3 23:44:45 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/tmpl/gtksocket.sgml: + * gtk/tmpl/gtkicontheme.sgml: + * gtk/building.sgml: + * gdk/tmpl/windows.sgml: Fix links to www.freedesktop.org. + (#145210, Billy Biggs) + Tue Jun 22 21:54:24 2004 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf/composite.dia: diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index b12ca3554c..765ea06b0c 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -155,7 +155,7 @@ ratio. Defines the reference point of a window and the meaning of coordinates passed to gtk_window_move(). See gtk_window_move() and the "implementation notes" section of the -<ulink url="http://www.freedesktop.org/standards/wm-spec.html">extended +<ulink url="http://www.freedesktop.org/standards/wm-spec">extended window manager hints</ulink> specification for more details. </para> diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 70f24285ec..c72826fced 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -134,7 +134,7 @@ How to compile GTK+ itself <listitem> <para> <ulink - url="http://www.freedesktop.org/software/pkgconfig/">pkg-config</ulink> + url="http://www.freedesktop.org/software/pkgconfig">pkg-config</ulink> is a tool for tracking the compilation flags needed for libraries that are used by the GTK+ libraries. (For each library, a small <literal>.pc</literal> text file is installed in a standard diff --git a/docs/reference/gtk/tmpl/gtkicontheme.sgml b/docs/reference/gtk/tmpl/gtkicontheme.sgml index 3862373fcd..c12aa84292 100644 --- a/docs/reference/gtk/tmpl/gtkicontheme.sgml +++ b/docs/reference/gtk/tmpl/gtkicontheme.sgml @@ -12,7 +12,7 @@ providing a filename is to allow different icons to be used depending on what <firstterm>icon theme</firstterm> is selecetd by the user. The operation of icon themes on Linux and Unix follows the <ulink -url="http://www.freedesktop.org/standards/icon-theme-spec.html">Icon +url="http://www.freedesktop.org/standards/icon-theme-spec">Icon Theme Specification</ulink>. There is a default icon theme, named <literal>hicolor</literal> where applications should install their icons, but more additional application themes can be diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml index fa45e8aaea..01bc2e418d 100644 --- a/docs/reference/gtk/tmpl/gtksocket.sgml +++ b/docs/reference/gtk/tmpl/gtksocket.sgml @@ -64,7 +64,7 @@ is running. <para> The communication between a #GtkSocket and a #GtkPlug follows the -<ulink url="http://www.freedesktop.org/standards/xembed.html">XEmbed</ulink> +<ulink url="http://www.freedesktop.org/standards/xembed-spec">XEmbed</ulink> protocol. This protocol has also been implemented in other toolkits, e.g. <application>Qt</application>, allowing the same level of integration when embedding a <application>Qt</application> widget in GTK or vice versa.</para> @@ -85,7 +85,7 @@ as between a #GtkPlug and a #GtkSocket.</para> </varlistentry> <varlistentry> -<term><ulink url="http://www.freedesktop.org/standards/xembed.html">XEmbed</ulink></term> +<term><ulink url="http://www.freedesktop.org/standards/xembed-spec">XEmbed</ulink></term> <listitem><para>the XEmbed Protocol Specification.</para></listitem> </varlistentry> |