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 e17ef5247a7361049d4e2a59c6bb65081ef106a3 Author: ZiyuTao <[email protected]> AuthorDate: Wed Sep 14 18:19:27 2022 +0800 fix: link --- 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 30080eb2d..a555d35df 100644 --- a/src/components/Sections/UserFlow.tsx +++ b/src/components/Sections/UserFlow.tsx @@ -36,7 +36,7 @@ export function UserFlow() { icon={<UF1 width={40} height={40} />} text="Set up DevLake" > - <InlineLink link="https://devlake.apache.org/docs/QuickStart/DockerComposeSetup">Install DevLake</InlineLink> via Docker Compose, Kubernetes, Helm or Temporal. + <InlineLink link="https://devlake.apache.org/docs/GettingStarted/DockerComposeSetup">Install DevLake</InlineLink> via Docker Compose, Kubernetes, Helm or Temporal. </Card> <Arrow /> <Card
