From f5a319de4537d86c0245c17871fcc08bbdaf79b6 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton <lebreton.gabriel@gmail.com> Date: Thu, 7 Nov 2024 21:45:58 -0500 Subject: [PATCH] Update GitLab PAT token url (#2598) Update gitlab PAT token url for Gitlab --- .../DataConnectors/Connectors/Gitlab/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx index 265f2fe4b..29522edc7 100644 --- a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Gitlab/index.jsx @@ -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" -- GitLab