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

mintsweet 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 f3b134bee Add missing URL (#8097)
f3b134bee is described below

commit f3b134bee2b6ae6dcbfc07b422514050664794ed
Author: Colin Frei <co...@colinfrei.com>
AuthorDate: Wed Sep 25 08:50:14 2024 +0200

    Add missing URL (#8097)
    
    * Fix missing link
    
    * add actual link
---
 config-ui/src/plugins/components/scope-config-form/index.tsx | 4 ++--
 config-ui/src/release/stable.ts                              | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config-ui/src/plugins/components/scope-config-form/index.tsx 
b/config-ui/src/plugins/components/scope-config-form/index.tsx
index 5c27d84d4..ab2aabef7 100644
--- a/config-ui/src/plugins/components/scope-config-form/index.tsx
+++ b/config-ui/src/plugins/components/scope-config-form/index.tsx
@@ -150,8 +150,8 @@ export const ScopeConfigForm = ({
               title="Data Entities"
               description={
                 <>
-                  Select the data entities you wish to collect for the Data 
Scope.
-                  <ExternalLink link="">Learn about data 
entities</ExternalLink>
+                  Select the data entities you wish to collect for the Data 
Scope. 
+                  <ExternalLink link="{DOC_URL.DATA_ENTITIES}">Learn about 
data entities</ExternalLink>
                 </>
               }
               required
diff --git a/config-ui/src/release/stable.ts b/config-ui/src/release/stable.ts
index 5e7253020..c782752e9 100644
--- a/config-ui/src/release/stable.ts
+++ b/config-ui/src/release/stable.ts
@@ -21,6 +21,7 @@ const URLS = {
   ADVANCED_MODE: {
     EXAMPLES: 
'https://devlake.apache.org/docs/Configuration/AdvancedMode/#examples',
   },
+  DATA_ENTITIES: 
'https://devlake.apache.org/docs/Overview/KeyConcepts#data-entities',
   DORA: 'https://devlake.apache.org/docs/DORA/',
   PLUGIN: {
     AZUREDEVOPS: {

Reply via email to