diff --git a/scripts/move_mrs_to_monorepo.py b/scripts/move_mrs_to_monorepo.py index fd0e0e9d36..6939bb3b57 100755 --- a/scripts/move_mrs_to_monorepo.py +++ b/scripts/move_mrs_to_monorepo.py @@ -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= {" ".join(sys.argv)}\n')) diff --git a/subprojects/gst-docs/markdown/frequently-asked-questions/mono-repository.md b/subprojects/gst-docs/markdown/frequently-asked-questions/mono-repository.md index 5c25075362..f8d874332c 100644 --- a/subprojects/gst-docs/markdown/frequently-asked-questions/mono-repository.md +++ b/subprojects/gst-docs/markdown/frequently-asked-questions/mono-repository.md @@ -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.