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 0e13e046 update wget raw url (#208)
0e13e046 is described below

commit 0e13e04643100b036da7544194dfd083af8b308c
Author: Akira <[email protected]>
AuthorDate: Sat Jun 17 09:20:52 2023 +0800

    update wget raw url (#208)
    
    * update wget raw url
---
 docs/user-guide/4-dockerDeployment.md                          |  8 ++++----
 .../current/user-guide/4-dockerDeployment.md                   | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/user-guide/4-dockerDeployment.md 
b/docs/user-guide/4-dockerDeployment.md
index 4ad3feb1..add232be 100644
--- a/docs/user-guide/4-dockerDeployment.md
+++ b/docs/user-guide/4-dockerDeployment.md
@@ -48,8 +48,8 @@ This approach is suitable for enterprise production, where 
you can quickly deplo
 Note: The diversity of deployment support is maintained through the .env 
configuration file, make sure there is one and only one .env file in the 
directory
 
 ```html
-wget 
https://raw.github.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.github.com/apache/incubator-streampark/blob/dev/deploy/docker/mysql/.env
+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/mysql/.env
 vim .env
 ```
 Modify the corresponding connection information
@@ -65,8 +65,8 @@ docker-compose up -d
 ```
 ### Use existing Pgsql services
 ```html
-wget 
https://raw.github.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.github.com/apache/incubator-streampark/blob/dev/deploy/docker/pgsql/.env
+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/pgsql/.env
 vim .env
 ```
 Modify the corresponding connection information
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
index beea1d31..00b4ecf5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
@@ -23,8 +23,8 @@ sidebar_position: 4
 #### 部署
 
 ```sh
-wget 
https://github.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
-wget https://github.com/apache/incubator-streampark/blob/dev/deploy/docker/.env
+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
 docker-compose up -d
 ```
 服务启动后,可以通过 http://localhost:10000 访问 StreamPark,同时也可以通过 
http://localhost:8081访问Flink。访问StreamPark链接后会跳转到登陆页面,StreamPark 默认的用户和密码分别为 
admin 和 streampark。想要了解更多操作请参考用户手册快速上手。
@@ -51,7 +51,7 @@ docker-compose up -d
 注意:部署支持的多样性是通过.env这个配置文件来进行维护的,要保证目录下有且仅有一个.env文件
 ```sh
 wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/blob/dev/deploy/docker/mysql/.env
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/mysql/.env
 vim .env
 ```
 修改对应的连接信息
@@ -67,8 +67,8 @@ docker-compose up -d
 ```
 ### 沿用已有的 Pgsql 服务
 ```html
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/blob/dev/deploy/docker/pgsql/.env
+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/pgsql/.env
 vim .env
 ```
 修改对应的连接信息

Reply via email to