docs: Clarify link in README.md

The new merge request link only works when logged in to a GitLab
account, unfortunately. Make that clear in the readme.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Fixes: #3460
This commit is contained in:
Philip Withnall
2024-08-29 08:58:36 +01:00
parent 6c41e77913
commit 0df6e9d684

View File

@@ -73,7 +73,8 @@ Please follow the [contribution guide](./CONTRIBUTING.md) to know how to
start contributing to GLib.
Patches should be [submitted as merge requests](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/new)
to gitlab.gnome.org. If the patch fixes an existing issue, please refer to the
to gitlab.gnome.org. Note that you will need to be logged in to the site to use
this page. If the patch fixes an existing issue, please refer to the
issue in your commit message with the following notation (for issue 123):
```
Closes: #123