summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2023-05-02 19:18:46 +0000
committerPatrick Griffis <pgriffis@igalia.com>2023-05-02 19:18:46 +0000
commit8725d6ef4c356abd035472f0adb96cc8b591c8b7 (patch)
tree8788b05c39d3dfeac24c4315e12c52f5bc534bb9 /docs/reference
parentcad4f85be904af61da62a45a98f9944f8bd5cfa3 (diff)
parentff315e84075d69810bcd3f845c357fd0954ffca9 (diff)
downloadglib-8725d6ef4c356abd035472f0adb96cc8b591c8b7.tar.gz
Merge branch 'wiki-links' into 'main'
docs: Update various broken/redirected links and fix list formatting See merge request GNOME/glib!3419
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/gio/gdbus-codegen.xml2
-rw-r--r--docs/reference/glib/building.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml
index 5860fed97..7feed9124 100644
--- a/docs/reference/gio/gdbus-codegen.xml
+++ b/docs/reference/gio/gdbus-codegen.xml
@@ -1156,7 +1156,7 @@ on_handle_hello_world (MyAppFrobber *interface,
<para>
The generated C code currently happens to be annotated with <ulink
url="http://www.gtk.org/gtk-doc/">gtk-doc</ulink> / <ulink
- url="https://wiki.gnome.org/Projects/GObjectIntrospection">GObject
+ url="https://gi.readthedocs.io/en/latest/">GObject
Introspection</ulink> comments / annotations. The layout and
contents might change in the future so no guarantees about
e.g. <literal>SECTION</literal> usage etc. is given.
diff --git a/docs/reference/glib/building.xml b/docs/reference/glib/building.xml
index dd1a4495b..e30cd66c4 100644
--- a/docs/reference/glib/building.xml
+++ b/docs/reference/glib/building.xml
@@ -60,7 +60,7 @@
Before you can compile the GLib library, you need to have
various other tools and libraries installed on your system.
If you are building from a release archive, you will need
- <ulink url="https://wiki.gnome.org/Projects/GLib/CompilerRequirements">a compliant C toolchain</ulink>,
+ <ulink url="https://gitlab.gnome.org/GNOME/glib/-/blob/main/docs/toolchain-requirements.md">a compliant C toolchain</ulink>,
<application>Meson</application>, and <application>pkg-config</application>;
the requirements are the same when building from a Git repository clone
of GLib.