summaryrefslogtreecommitdiff
path: root/docs/website
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/website
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/website')
-rw-r--r--docs/website/writingbindings/libgirepository.rst2
1 files changed, 1 insertions, 1 deletions
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: