Files
gnome-shell/docs/reference/shell/urlmap.js
Florian Müllner 8c93d30531 docs: Fix st reference in urlmap
Whoops, no idea how that happened.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3055>
2023-12-14 18:12:22 +01:00

12 lines
564 B
JavaScript

baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ '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/' ],
[ 'St', 'https://gnome.pages.gitlab.gnome.org/gnome-shell/st/' ],
]