summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-11-06 16:32:25 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-11-07 20:12:22 +0000
commite72381d66185814e06cdc6773516320e167664bd (patch)
tree1ae968502ad87607f7ebd6f815fa281777ce9e57 /docs
parentcee49fbd7c4e205738c40956ca222b5175af23cf (diff)
downloadgobject-introspection-e72381d66185814e06cdc6773516320e167664bd.tar.gz
docs: Point to the GitLab page for libgrepository's API reference
Do not use the snapshot of the old developer.gnome.org website; we generate and publish the API reference ourselves.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gi-docs.xml4
-rw-r--r--docs/website/writingbindings/libgirepository.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gi-docs.xml b/docs/reference/gi-docs.xml
index abaedf21..ab83b9d8 100644
--- a/docs/reference/gi-docs.xml
+++ b/docs/reference/gi-docs.xml
@@ -10,8 +10,8 @@
<title>libgirepository API Reference</title>
<releaseinfo>
This document is for libgirepository version &version;.
- The latest version of this documentation can be found on-line at
- <ulink type="http" url="https://developer-old.gnome.org/gi/unstable/">https://developer-old.gnome.org/gi/unstable/</ulink>.
+ The latest version of this documentation can be found <ulink type="http"
+ url="https://gnome.pages.gitlab.gnome.org/gobject-introspection/girepository/">on-line</ulink>.
<para>
For more information on how to build libgirepository, for how to build
bindings with it and for information on GObject Introspection in
diff --git a/docs/website/writingbindings/libgirepository.rst b/docs/website/writingbindings/libgirepository.rst
index 408956fd..cc72c140 100644
--- a/docs/website/writingbindings/libgirepository.rst
+++ b/docs/website/writingbindings/libgirepository.rst
@@ -7,7 +7,7 @@ typelib data and for interacting with the corresponding GObject based
libraries.
For more information about libgirepository see the `API documentation
-<https://developer-old.gnome.org/gi/stable>`__.
+<https://gnome.pages.gitlab.gnome.org/gobject-introspection/girepository/>`__.
The following example shows how to call the ``g_assertion_message()`` function
from libglib-2.0: