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

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


The following commit(s) were added to refs/heads/main by this push:
     new f2327636fd fix: fixed dead links (#430)
f2327636fd is described below

commit f2327636fdf4143d6c105fdaa2d5e26b9d91c143
Author: Yumeng Wang <[email protected]>
AuthorDate: Mon Feb 13 16:30:02 2023 +0800

    fix: fixed dead links (#430)
---
 src/components/Sections/UserFlow.tsx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/Sections/UserFlow.tsx 
b/src/components/Sections/UserFlow.tsx
index 3ff764b885..68a352b13d 100644
--- a/src/components/Sections/UserFlow.tsx
+++ b/src/components/Sections/UserFlow.tsx
@@ -43,23 +43,23 @@ export function UserFlow() {
           icon={<UF2 width={40} height={40} />}
           text="Collect Data"
         >
-          Select, transform and set up a schedule for the data you wish to 
sync from your prefered data sources in the <InlineLink 
link="https://devlake.apache.org/docs/Configuration/Tutorial";>Config 
UI</InlineLink>.
+          Select, transform and set up a schedule for the data you wish to 
sync from your prefered data sources in the <InlineLink 
link="https://devlake.apache.org/docs/UserManuals/ConfigUI/Tutorial";>Config 
UI</InlineLink>.
         </Card>
         <Arrow />
         <Card
           icon={<UF3 width={40} height={40} />}
           text="View Dashboards"
         >
-          <InlineLink link="https://devlake.apache.org/livedemo/DORA";>View 
pre-built dashboards</InlineLink> of a variety of use cases and learn 
engineering insights from the <InlineLink 
link="https://devlake.apache.org/docs/Metrics";>metrics</InlineLink>.
+          <InlineLink 
link="https://devlake.apache.org/livedemo/EngineeringLeads/DORA/";>View 
pre-built dashboards</InlineLink> of a variety of use cases and learn 
engineering insights from the <InlineLink 
link="https://devlake.apache.org/docs/Metrics";>metrics</InlineLink>.
         </Card>
         <Arrow />
         <Card
           icon={<UF4 width={40} height={40} />}
           text="Customize Metrics"
         >
-          <InlineLink 
link="https://devlake.apache.org/docs/Configuration/Dashboards/GrafanaUserGuide#customizing-a-dashboard";>Customize</InlineLink>
 your own metrics or dashboards with SQL to extend your usage of DevLake.
+          <InlineLink 
link="https://devlake.apache.org/docs/UserManuals/Dashboards/GrafanaUserGuide#customizing-a-dashboard";>Customize</InlineLink>
 your own metrics or dashboards with SQL to extend your usage of DevLake.
         </Card>
       </div>
     </div>
   )
-}
\ No newline at end of file
+}

Reply via email to