You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2023/02/13 08:19:54 UTC

[incubator-devlake-website] branch yumengwang03-patch-1 created (now 2162de585b)

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

yumeng pushed a change to branch yumengwang03-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


      at 2162de585b fix: fixed dead links

This branch includes the following new commits:

     new 2162de585b fix: fixed dead links

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-devlake-website] 01/01: fix: fixed dead links

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch yumengwang03-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 2162de585b7c2e86e3c075514913844e2a6af55a
Author: Yumeng Wang <yu...@merico.dev>
AuthorDate: Mon Feb 13 16:19:51 2023 +0800

    fix: fixed dead links
---
 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
+}