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 <[email protected]> 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 +}
