doc: fix gitlab remote url

SSH to gitlab.freedesktop.org times out.
ssh.gitlab.freedesktop.org (copied from the Gitlab UI) works..

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1361>
This commit is contained in:
Marien Zwart 2025-11-08 15:02:59 +11:00
parent 9c78f989fb
commit 822e571272

View file

@ -181,7 +181,7 @@ sufficient to make some of the more confusing steps obvious.
with your username). git will call this repository ``gitlab``. ::
cd /path/to/libinput.git
git remote add gitlab git@gitlab.freedesktop.org:USERNAME/libinput.git
git remote add gitlab git@ssh.gitlab.freedesktop.org:USERNAME/libinput.git
git fetch gitlab
- Create a new branch and commit your changes to that branch. ::