docs: Fix st reference in urlmap

Whoops, no idea how that happened.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3055>
This commit is contained in:
Florian Müllner 2023-12-14 18:11:14 +01:00
parent c0db83672e
commit 8c93d30531

View File

@ -7,5 +7,5 @@ baseURLs = [
[ '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/' ],
[ 'St', 'https://gnome.pages.gitlab.gnome.org/gnome-shell/st/' ],
]