This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new f019b757 fix link address (#387)
f019b757 is described below
commit f019b757e9fdc2279fd9f6362dddb01cb67cf5cd
Author: Jarvis <[email protected]>
AuthorDate: Tue Jun 11 17:03:06 2024 +0800
fix link address (#387)
---
docs/get-started/3.dockerDeployment.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/get-started/3.dockerDeployment.md
b/docs/get-started/3.dockerDeployment.md
index c41a0bca..1e32ff2e 100644
--- a/docs/get-started/3.dockerDeployment.md
+++ b/docs/get-started/3.dockerDeployment.md
@@ -27,8 +27,8 @@ This method is suitable for beginners to learn and become
familiar with the feat
### 2. Deployment
```shell
-wget
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/docker-compose.yaml
-wget
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/.env
+wget
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/docker-compose.yaml
+wget
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/.env
docker-compose up -d
```