diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-23 12:25:40 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-23 13:13:53 +0000 |
commit | a9a56222148eb48fbcd814f4ae597689ad43a3ec (patch) | |
tree | 01b3a93b0c56d9b227ed182f6c9cf0a9ab7de11b /.gitlab-ci | |
parent | 0560397aa8bb053d7ac826aec6963cf40e6eeca9 (diff) | |
download | gtk+-a9a56222148eb48fbcd814f4ae597689ad43a3ec.tar.gz |
docs: Link Pango and GdkPixbuf on docs.gtk.org
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/pages/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/pages/index.html b/.gitlab-ci/pages/index.html index 440e18514d..6d57016acf 100644 --- a/.gitlab-ci/pages/index.html +++ b/.gitlab-ci/pages/index.html @@ -69,13 +69,13 @@ SPDX-License-Identifier: LGPL-2.1-or-later <p>Pango is the core text and font handling library used in GTK applications. It has extensive support for the different writing systems used throughout the world.</p> - <p><a href="https://gnome.pages.gitlab.gnome.org/pango/Pango/" class="external">Pango API reference</a></p> + <p><a href="https://docs.gtk.org/Pango/">Pango API reference</a></p> </div> <div class="docblock"> <h5 id="gdk-pixbuf">GdkPixbuf</h5> <p>GdkPixbuf is a library for image loading and manipulation.</p> - <p><a href="https://developer.gnome.org/gdk-pixbuf/" class="external">GdkPixbuf API reference</a></p> + <p><a href="https://docs.gtk.org/gdk-pixbuf/">GdkPixbuf API reference</a></p> </div> <div class="docblock"> |