Skip to content

Commit

Permalink
Update GitLab PAT token url (#2598)
Browse files Browse the repository at this point in the history
Update gitlab PAT token url for Gitlab
  • Loading branch information
GabLeRoux authored Nov 8, 2024
1 parent 301f512 commit f5a319d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f5a319d

Please sign in to comment.