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
commit 09b11e092782bd2a423908ea54a0c6f4ee8c2f14 Author: ZiyuTao <[email protected]> AuthorDate: Wed Sep 14 18:21:31 2022 +0800 fix: links --- src/components/Sections/UserFlow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sections/UserFlow.tsx b/src/components/Sections/UserFlow.tsx index a555d35df..7cf4a7b26 100644 --- a/src/components/Sections/UserFlow.tsx +++ b/src/components/Sections/UserFlow.tsx @@ -50,7 +50,7 @@ export function UserFlow() { icon={<UF3 width={40} height={40} />} text="View Dashboards" > - <InlineLink link="https://devlake.apache.org/docs/LiveDemo">View dashboards</InlineLink> pre-built for a variety of use cases and learn engineering insights from the <InlineLink link="https://devlake.apache.org/docs/category/Metrics">metrics</InlineLink>. + <InlineLink link="https://devlake.apache.org/docs/LiveDemo">View dashboards</InlineLink> pre-built for a variety of use cases and learn engineering insights from the <InlineLink link="https://devlake.apache.org/docs/Metrics">metrics</InlineLink>. </Card> <Arrow /> <Card
