docs: Use mutter.gnome.org URL for API docs

Mutter has a new public website, so use that for its API docs
instead of gitlab pages.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3122>
This commit is contained in:
Florian Müllner 2024-01-16 19:39:18 +01:00
parent a6d35fdd2a
commit 0b1dab120f
4 changed files with 10 additions and 10 deletions

View File

@ -23,12 +23,12 @@ search_index = true
[dependencies."Meta-@MUTTER_API_VERSION@"]
name = "Meta"
description = "The mutter display server, window manager and compositor library"
docs_url = "https://gnome.pages.gitlab.gnome.org/mutter/meta/"
docs_url = "https://mutter.gnome.org/meta/"
[dependencies."Clutter-@MUTTER_API_VERSION@"]
name = "Clutter"
description = "An OpenGL based 'interactive canvas' library"
docs_url = "https://gnome.pages.gitlab.gnome.org/mutter/clutter/"
docs_url = "https://mutter.gnome.org/clutter/"
[theme]
name = "basic"

View File

@ -3,9 +3,9 @@ baseURLs = [
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
[ 'Meta', 'https://gnome.pages.gitlab.gnome.org/mutter/meta/' ],
[ 'Mtk', 'https://gnome.pages.gitlab.gnome.org/mutter/mtk/' ],
[ 'Cogl', 'https://gnome.pages.gitlab.gnome.org/mutter/cogl/' ],
[ 'Clutter', 'https://gnome.pages.gitlab.gnome.org/mutter/clutter/' ],
[ 'Meta', 'https://mutter.gnome.org/meta/' ],
[ 'Mtk', 'https://mutter.gnome.org/mtk/' ],
[ 'Cogl', 'https://mutter.gnome.org/cogl/' ],
[ 'Clutter', 'https://mutter.gnome.org/clutter/' ],
[ 'St', 'https://gnome.pages.gitlab.gnome.org/gnome-shell/st/' ],
]

View File

@ -23,7 +23,7 @@ search_index = true
[dependencies."Clutter-@MUTTER_API_VERSION@"]
name = "Clutter"
description = "An OpenGL based 'interactive canvas' library"
docs_url = "https://gnome.pages.gitlab.gnome.org/mutter/clutter/"
docs_url = "https://mutter.gnome.org/clutter/"
[theme]
name = "basic"

View File

@ -4,7 +4,7 @@ baseURLs = [
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'Pango', 'https://docs.gtk.org/pango/' ],
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
[ 'Clutter', 'https://gnome.pages.gitlab.gnome.org/mutter/clutter/' ],
[ 'Cogl', 'https://gnome.pages.gitlab.gnome.org/mutter/cogl/' ],
[ 'Meta', 'https://gnome.pages.gitlab.gnome.org/mutter/meta/' ],
[ 'Clutter', 'https://mutter.gnome.org/clutter/' ],
[ 'Cogl', 'https://mutter.gnome.org/cogl/' ],
[ 'Meta', 'https://mutter.gnome.org/meta/' ],
]