You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/10/30 02:42:49 UTC

[incubator-streampark-website] branch dev updated: Fix "modify configuration" link failure bug (#153)

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 1beeb2e8 Fix "modify configuration" link failure bug (#153)
1beeb2e8 is described below

commit 1beeb2e8d5f8e4a1429139a571875ea2c448a3d3
Author: BIN <se...@users.noreply.github.com>
AuthorDate: Sun Oct 30 10:42:44 2022 +0800

    Fix "modify configuration" link failure bug (#153)
    
    Fix "modify configuration" link failure bug
---
 .../docusaurus-plugin-content-docs/current/user-guide/3-development.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
index 57a9be54..1d2d88a7 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
@@ -119,7 +119,7 @@ streampark-console-service-${version}
 
 #### 配置
 
-用 IDE 导入刚从 git 上 clone 下来的 StreamPark 源码 ( 推荐使用 `IntelliJ IDEA` ) ,进入到 `resources` 下,编辑 application.yml,找到 `datasource`,修改下 jdbc 的连接信息,具体可参考安装部署章节 [修改配置](http://www.streamxhub.com/zh/doc/console/deploy/#%E4%BF%AE%E6%94%B9%E9%85%8D%E7%BD%AE) 部分
+用 IDE 导入刚从 git 上 clone 下来的 StreamPark 源码 ( 推荐使用 `IntelliJ IDEA` ) ,进入到 `resources` 下,编辑 application.yml,找到 `datasource`,修改下 jdbc 的连接信息,具体可参考安装部署章节 [修改配置](https://streampark.apache.org/zh-CN/docs/development/config) 部分
 
 <img src="/doc/image/streamx_conf.jpg" />