diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index c2b265b822..d231ba7b5f 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -171,22 +171,22 @@ How to compile GTK+ itself The GLib library provides core non-graphical functionality such as high level data types, Unicode manipulation, and an object and type system to C programs. It is available - from the GTK+ - FTP site. + here. The GdkPixbuf library provides facilities for loading images in a variety of file formats. + It is available + here. Pango is a library - for internationalized text handling. It is available from - the GTK+ FTP - site. + for internationalized text handling. It is available + here. @@ -194,15 +194,16 @@ How to compile GTK+ itself ATK is the Accessibility Toolkit. It provides a set of generic interfaces allowing accessibility technologies such as screen readers to interact with a graphical user interface. - It is available from the GTK+ FTP site. + It is available + here. Gobject Introspection is a framework for making introspection data available to - language bindings. + language bindings. It is available + here.