gst-docs: Fix URL for personal_access_tokens page

The gitlab url seems to have moved since the docs were written

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8681>
This commit is contained in:
Jan Schmidt 2025-03-24 21:27:31 +11:00 committed by GStreamer Marge Bot
parent 86161c084e
commit 3ed710932a
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ class GstMRMover:
return gl
sys.exit(bold(f"{red('FAILED')}.\n\nPlease go to:\n\n"
' https://gitlab.freedesktop.org/-/profile/personal_access_tokens\n\n'
' https://gitlab.freedesktop.org/-/user_settings/personal_access_tokens\n\n'
f'and generate a token {bold("with read/write access to all but the registry")},'
' then set it in the "GITLAB_API_TOKEN" environment variable:"'
f'\n\n $ GITLAB_API_TOKEN=<your token> {" ".join(sys.argv)}\n'))

View file

@ -31,7 +31,7 @@ The script will also check that there is no existing MR already to avoid duplica
Before you can run the script, you first need to go to your profile page in GitLab to generate a gitlab access token:
https://gitlab.freedesktop.org/-/profile/personal_access_tokens
https://gitlab.freedesktop.org/-/user_settings/personal_access_tokens
On this page you'll need to give a **token name**, grant access
to (API, read_user, read_api) and then press the *create personal access token* button.