You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2023/03/08 07:44:17 UTC

[incubator-devlake] branch main updated: fix(config-ui): doc link for gitlab connection token (#4614)

This is an automated email from the ASF dual-hosted git repository.

likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 3da783b04 fix(config-ui): doc link for gitlab connection token (#4614)
3da783b04 is described below

commit 3da783b048f6602d28fa8c789f349e69d17d292e
Author: 青湛 <0x...@gmail.com>
AuthorDate: Wed Mar 8 15:44:12 2023 +0800

    fix(config-ui): doc link for gitlab connection token (#4614)
---
 config-ui/src/plugins/register/gitlab/config.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/register/gitlab/config.tsx b/config-ui/src/plugins/register/gitlab/config.tsx
index 589d2afd5..23700d61b 100644
--- a/config-ui/src/plugins/register/gitlab/config.tsx
+++ b/config-ui/src/plugins/register/gitlab/config.tsx
@@ -51,7 +51,7 @@ export const GitLabConfig: PluginConfigType = {
         key: 'token',
         label: 'Personal Access Token',
         subLabel: (
-          <ExternalLink link="https://devlake.apache.org/docs/UserManuals/ConfigUI/GitLab/#auth-tokens">
+          <ExternalLink link="https://devlake.apache.org/docs/Configuration/GitLab/#auth-tokens">
             Learn how to create a personal access token
           </ExternalLink>
         ),