mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
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:
parent
86161c084e
commit
3ed710932a
2 changed files with 2 additions and 2 deletions
|
@ -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'))
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue