Update GitLab PAT token url (#2598)

Update gitlab PAT token url for Gitlab
This commit is contained in:
Gabriel Le Breton 2024-11-07 21:45:58 -05:00 committed by GitHub
parent 301f5127ff
commit f5a319de45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,7 @@ function PATAlert({ accessToken }) {
<br />
<br />
<a
href="https://gitlab.com/-/profile/personal_access_tokens"
href="https://gitlab.com/-/user_settings/personal_access_tokens"
rel="noreferrer"
target="_blank"
className="underline"
@ -319,7 +319,7 @@ function PATTooltip({ accessToken }) {
, the GitLab API may limit the number of files that can be collected
due to rate limits. You can{" "}
<a
href="https://gitlab.com/-/profile/personal_access_tokens"
href="https://gitlab.com/-/user_settings/personal_access_tokens"
rel="noreferrer"
target="_blank"
className="underline"