morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/fetch_changelogs.py
    ... ... @@ -334,7 +334,7 @@ def load_token(test=True, interactive=True):
    334 334
                 f"Please add your personal GitLab token (with 'read_api' scope) to {token_path}"
    
    335 335
             )
    
    336 336
             print(
    
    337
    -            f"Please go to {GITLAB}/-/profile/personal_access_tokens and generate it."
    
    337
    +            f"Please go to {GITLAB}/-/user_settings/personal_access_tokens and generate it."
    
    338 338
             )
    
    339 339
             token = input("Please enter the new token: ").strip()
    
    340 340
             if not token: