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

zhangliang2022 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 f20560510 fix: fix live demo link (#273)
f20560510 is described below

commit f205605102d1ab1e0f7cde676daca3d9102d9ed5
Author: Louis.z <[email protected]>
AuthorDate: Tue Oct 18 10:40:25 2022 +0800

    fix: fix live demo link (#273)
    
    Co-authored-by: Startrekzky <[email protected]>
---
 docusaurus.config.js                   | 2 +-
 src/components/Sections/WhyDevlake.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3f912d94f..5a8e3a2cf 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -150,7 +150,7 @@ const versions = require('./versions.json');
             label: 'Live Demo',
             to: 'livedemo',
             docsPluginId: 'livedemo',
-            docId: 'WeeklyBugRetro',
+            docId: 'AverageRequirementLeadTime',
           },
           {
             type: 'doc',
diff --git a/src/components/Sections/WhyDevlake.tsx 
b/src/components/Sections/WhyDevlake.tsx
index cca879cc5..93d24bbfe 100644
--- a/src/components/Sections/WhyDevlake.tsx
+++ b/src/components/Sections/WhyDevlake.tsx
@@ -83,7 +83,7 @@ export function WhyDevlake() {
           <C.TextDescription>
           From DORA to scrum retros, DevLake implements metrics effortlessly 
with prebuilt dashboards supporting common frameworks and goals.
             <br />
-            <C.TextLink link="https://devlake.apache.org/livedemo";>See Live 
Demo</C.TextLink>
+            <C.TextLink 
link="https://devlake.apache.org/livedemo/AverageRequirementLeadTime";>See Live 
Demo</C.TextLink>
           </C.TextDescription>
         </C.TextSection>
         <C.SectionImg src={WAD2} />

Reply via email to