Skip to content

Commit a66faa7

Browse files
committed
fix: wrong flask demo repo links
1 parent 7866ca0 commit a66faa7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/user_docs/guides/ci-integration/1-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We put the application source code and infrastructure deployment code in differe
2525
+ Get the application code
2626

2727
```shell
28-
git clone https://github.com/kcl-lang/flask-demo.io.git/
28+
git clone https://github.com/kcl-lang/flask-demo.git/
2929
cd flask-demo
3030
```
3131

docs/user_docs/guides/ci-integration/2-gitlab-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We put the application source code and infrastructure deployment code in differe
2424
+ Get the application code
2525

2626
```shell
27-
git clone https://gitlab.com/kcl-lang/flask-demo.io.git/
27+
git clone https://gitlab.com/kcl-lang/flask-demo.git/
2828
cd flask-demo
2929
```
3030

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/guides/ci-integration/1-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sidebar_label: Github Actions
2525
+ 获得业务源码
2626

2727
```shell
28-
git clone https://github.com/kcl-lang/flask-demo.io.git/
28+
git clone https://github.com/kcl-lang/flask-demo.git/
2929
cd flask-demo
3030
```
3131

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.5.0/user_docs/guides/ci-integration/1-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sidebar_label: Github Actions
2525
+ 获得业务源码
2626

2727
```shell
28-
git clone https://github.com/kcl-lang/flask-demo.io.git/
28+
git clone https://github.com/kcl-lang/flask-demo.git/
2929
cd flask-demo
3030
```
3131

versioned_docs/version-0.5.0/user_docs/guides/ci-integration/1-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We put the application source code and infrastructure deployment code in differe
2525
+ Get the application code
2626

2727
```shell
28-
git clone https://github.com/kcl-lang/flask-demo.io.git/
28+
git clone https://github.com/kcl-lang/flask-demo.git/
2929
cd flask-demo
3030
```
3131

versioned_docs/version-0.5.0/user_docs/guides/ci-integration/2-gitlab-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We put the application source code and infrastructure deployment code in differe
2424
+ Get the application code
2525

2626
```shell
27-
git clone https://gitlab.com/kcl-lang/flask-demo.io.git/
27+
git clone https://gitlab.com/kcl-lang/flask-demo.git/
2828
cd flask-demo
2929
```
3030

0 commit comments

Comments
 (0)