mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-15 22:52:23 +00:00
Update GitLab PAT token url (#2598)
Update gitlab PAT token url for Gitlab
This commit is contained in:
parent
301f5127ff
commit
f5a319de45
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue