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/03/21 14:01:13 UTC

[incubator-devlake-website] branch main updated: fix: dead and wrong links (#471)

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

yumeng 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 1e193459d2 fix: dead and wrong links (#471)
1e193459d2 is described below

commit 1e193459d207b9b60820be144671460b036e3e4c
Author: Louis.z <lo...@gmail.com>
AuthorDate: Tue Mar 21 22:01:02 2023 +0800

    fix: dead and wrong links (#471)
    
    Co-authored-by: Startrekzky <ka...@merico.dev>
---
 src/components/Sections/UseCases.tsx   |  6 +++---
 src/components/Sections/UserFlow.tsx   |  4 ++--
 src/components/Sections/WhyDevlake.tsx | 22 +++++++++++-----------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/components/Sections/UseCases.tsx b/src/components/Sections/UseCases.tsx
index 8edb0e9617..225b8763c9 100644
--- a/src/components/Sections/UseCases.tsx
+++ b/src/components/Sections/UseCases.tsx
@@ -58,7 +58,7 @@ export function UseCases() {
             lead="Engineering Leads"
             title="Implement DORA Fast"
             desc="Implement DORA metrics in minutes to enable and manage delivery processes your developers and users will love."
-            demoURL="https://grafana-lake.demo.devlake.io/grafana/d/qNo8_0M4z/dora?orgId=1"
+            demoURL="https://devlake.apache.org/livedemo/EngineeringLeads/DORA"
           >
           <UCIcon src={UC3} />
           </UCCard>
@@ -66,7 +66,7 @@ export function UseCases() {
             lead="Open Source Maintainers"
             title="Fuel Community Growth with Analysis"
             desc="Grow your community strategically with insights on how developers participate, contribute, and collaborate."
-            demoURL="https://grafana-lake.demo.devlake.io/grafana/d/VTr6Y_q7z/weekly-community-retro?orgId=1"
+            demoURL="https://devlake.apache.org/livedemo/OSSMaintainers/WeeklyCommunityRetro"
           >
             <UCIcon src={UC1} />
           </UCCard>
@@ -74,7 +74,7 @@ export function UseCases() {
             lead="Product Managers"
             title="Dev Workflow Improvement"
             desc="Align sprint planning with high-level goals and ensure the development progress is on track."
-            demoURL="https://grafana-lake.demo.devlake.io/grafana/d/KXWvOFQnz/github?orgId=1"
+            demoURL="https://devlake.apache.org/livedemo/EngineeringLeads/EngineeringOverview"
           >
             <UCIcon src={UC2} />
           </UCCard>
diff --git a/src/components/Sections/UserFlow.tsx b/src/components/Sections/UserFlow.tsx
index 68a352b13d..11a596e5a4 100644
--- a/src/components/Sections/UserFlow.tsx
+++ b/src/components/Sections/UserFlow.tsx
@@ -43,7 +43,7 @@ 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/UserManuals/ConfigUI/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/Configuration/Tutorial">Config UI</InlineLink>.
         </Card>
         <Arrow />
         <Card
@@ -57,7 +57,7 @@ export function UserFlow() {
           icon={<UF4 width={40} height={40} />}
           text="Customize Metrics"
         >
-          <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.
+          <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.
         </Card>
       </div>
     </div>
diff --git a/src/components/Sections/WhyDevlake.tsx b/src/components/Sections/WhyDevlake.tsx
index 710610c38b..c165018344 100644
--- a/src/components/Sections/WhyDevlake.tsx
+++ b/src/components/Sections/WhyDevlake.tsx
@@ -48,52 +48,52 @@ function Supports() {
         sm:gap-x-1"
       >
         <C.Sup title="Jira">
-          <a href="https://www.atlassian.com/software/jira">
+          <a href="https://devlake.apache.org/docs/Plugins/jira">
             <C.SupImg src={Sup1} />
           </a>
         </C.Sup>
         <C.Sup title="TAPD">
-          <a href="https://tapd.cn/official/index">
+          <a href="https://devlake.apache.org/docs/Plugins/tapd">
             <Sup2 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="GitHub">
-          <a href="https://github.com/">
+          <a href="https://devlake.apache.org/docs/Plugins/github">
             <Sup3 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="GitLab">
-          <a href="https://about.gitlab.com/">
+          <a href="https://devlake.apache.org/docs/Plugins/gitlab">
             <Sup4 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="BitBucket">
-          <a href="https://bitbucket.org/product/">
+          <a href="https://devlake.apache.org/docs/Plugins/bitbucket">
             <Sup5 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="Gitee">
-          <a href="https://gitee.com/">
+          <a href="https://devlake.apache.org/docs/Plugins/gitee">
             <Sup6 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="Jenkins">
-          <a href="https://www.jenkins.io/">
+          <a href="https://devlake.apache.org/docs/Plugins/jenkins">
             <Sup7 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="GitHub Action">
-          <a href="https://github.com/features/actions">
+          <a href="https://devlake.apache.org/docs/Plugins/github">
             <Sup8 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="GitLab CI">
-          <a href="https://docs.gitlab.com/ee/ci/">
+          <a href="https://devlake.apache.org/docs/Plugins/gitlab">
             <Sup9 className="sm:w-[48px] sm:h-[48px]" />
           </a>
         </C.Sup>
         <C.Sup title="Feishu">
-          <a href="https://open.feishu.cn/">
+          <a href="https://devlake.apache.org/docs/Plugins/feishu">
             <C.SupImg src={SupA} />
           </a>
         </C.Sup>
@@ -139,7 +139,7 @@ export function WhyDevlake() {
               all together to give you a complete view of your Software
               Development Life Cycle (SDLC).
               <br />
-              <C.TextLink link="https://devlake.apache.org/docs/SupportedDataSources">
+              <C.TextLink link="https://devlake.apache.org/docs/Overview/SupportedDataSources">
                 Explore supported data sources
               </C.TextLink>
             </C.TextDescription>