Skip to content

Commit

Permalink
Add missing URL (#8097)
Browse files Browse the repository at this point in the history
* Fix missing link

* add actual link
  • Loading branch information
colinfrei authored Sep 25, 2024
1 parent 9251c42 commit f3b134b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-ui/src/plugins/components/scope-config-form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config-ui/src/release/stable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f3b134b

Please sign in to comment.