Skip to content

Commit

Permalink
Merge pull request #58 from Edgenesis/fix-demo-link
Browse files Browse the repository at this point in the history
fix demo link in demo-install
  • Loading branch information
tomqin93 authored Aug 31, 2022
2 parents 7b47f77 + 828747f commit 587a759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/demo-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ sudo docker ps

## 安装 ***Shifu***

前往 [**demo.shifu.run**](https://demo.shifu.run) 下载 ***Shifu*** 安装包并按照网站的指导安装。
前往 [**Shifu Demo 下载**](https://shifu.run/disclaimer) 下载 ***Shifu*** 安装包并按照网站的指导安装。

直接进入页面中的第二步,完成后即可回到本页面

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If the output is `Cannot connect to the Docker daemon at unix:///var/run/docker.

## Install ***Shifu***

Please visit [**demo.shifu.run**](https://demo.shifu.run) to download ***Shifu*** installer and install ***Shifu***.
Please visit [**Download Shifu Demo**](https://shifu.run/disclaimer) to download ***Shifu*** installer and install ***Shifu***.

Skip to the second step of the page and after completing its process, return to this page.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { FirstPart, SecondPart, ThirdPart } from "../components/Homepage/parts";
export default function Hello() {
return (
<Layout title="Hello" description="Hello React Page">
<FirstPart> </FirstPart>
<FirstPart></FirstPart>
<SecondPart></SecondPart>
<ThirdPart></ThirdPart>
</Layout>
Expand Down

0 comments on commit 587a759

Please sign in to comment.