You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/10/29 04:34:34 UTC

[dolphinscheduler-website] branch master updated: Find some invalid URLs and some word spelling errors (#487)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new fefaebb  Find some invalid URLs and some word spelling errors (#487)
fefaebb is described below

commit fefaebbacfac9b8d92812a45cbd9fc453ff55aca
Author: lukairui <77...@qq.com>
AuthorDate: Fri Oct 29 12:34:29 2021 +0800

    Find some invalid URLs and some word spelling errors (#487)
    
    * Fix the style of a character
    
    Fix the style of a character
    
    * find some bugs in document.
    
    * Fix an error in my pr.
---
 community/en-us/release-post.md                    | 2 +-
 community/en-us/release.md                         | 2 +-
 community/zh-cn/development/pull-request.md        | 2 +-
 community/zh-cn/release-post.md                    | 2 +-
 community/zh-cn/release.md                         | 2 +-
 development/en-us/architecture-design.md           | 2 +-
 development/en-us/development-environment-setup.md | 2 +-
 development/zh-cn/architecture-design.md           | 4 ++--
 development/zh-cn/backend/spi/plugin.md            | 2 +-
 development/zh-cn/development-environment-setup.md | 6 +++---
 development/zh-cn/frontend-development.md          | 4 ++--
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/community/en-us/release-post.md b/community/en-us/release-post.md
index 9045aa4..42650ad 100644
--- a/community/en-us/release-post.md
+++ b/community/en-us/release-post.md
@@ -23,7 +23,7 @@ For example, after the release of `x.y.z`, the following updates are required:
 
 ## Publish Image
 
-Build docker image first, please refer to [How to build a Docker image?](/en-us/docs/latest/user_doc/docker-deployment.html)
+Build docker image first, please refer to [How to build a Docker image?](/en-us/docs/latest/user_doc/guide/installation/docker.html)
 
 And then publish image
 
diff --git a/community/en-us/release.md b/community/en-us/release.md
index 71d07aa..8c5961f 100644
--- a/community/en-us/release.md
+++ b/community/en-us/release.md
@@ -124,7 +124,7 @@ For encryption settings, please see [here](http://maven.apache.org/guides/mini/g
 ### Update Release Notes
 
 ```
-https://github.com/apache/dolphinscheduler/blob/dev/RELEASE-NOTES.md
+https://github.com/apache/dolphinscheduler/releases
 ```
 
 ### Create Release Branch
diff --git a/community/zh-cn/development/pull-request.md b/community/zh-cn/development/pull-request.md
index 60096eb..e9f0eab 100644
--- a/community/zh-cn/development/pull-request.md
+++ b/community/zh-cn/development/pull-request.md
@@ -66,7 +66,7 @@ waste time。
 
 当你向 DolphinScheduler 提交 pull request 的时候 code-style 是你不得不考虑的问题。我们在 CI 中使用 Checkstyle [参考](https://checkstyle.sourceforge.io/)来保持代码风格的统一,它是一种帮助开发者编写遵循编码规范的 Java 代码开发工具。如果你的 pull request 没有通过 Checkstyle 的检测,那它将不会被合并到主库中。你可以在提交 pull request 前使用 Checkstyle 来检测或者格式化你的代码。如下的步骤将引领你配置并激活 Checkstyle
 
-1. 准备 Checkstyle 配置文件:你可以点击[这里](ttps://github.com/apache/dolphinscheduler/blob/dev/style/checkstyle.xml)手动下载,但是我们更加推荐在 DolphinScheduler 代码库中找到它。当你将代码库克隆下来后,你可以在路径 `style/checkstyle.xml` 下找到配置文件
+1. 准备 Checkstyle 配置文件:你可以点击[这里](https://github.com/apache/dolphinscheduler/blob/dev/style/checkstyle.xml)手动下载,但是我们更加推荐在 DolphinScheduler 代码库中找到它。当你将代码库克隆下来后,你可以在路径 `style/checkstyle.xml` 下找到配置文件
 2. 下载 Intellij IDEA Checkstyle 插件:通过关键字**CheckStyle-IDEA**或者通过[这个页面](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea)安装均可。如果你不清楚如何安装Intellij IDEA插件,可以参考[这个连接](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_repo)
 3. 配置并激活 Checkstyles 以及 Intellij IDEA 代码风格:当完成上面几步后,你就可以配置并激活他们了。你可以在路径`Preferences -> Tool -> Checkstyle`中找到 Checkstyle,请参照下图完成其配置
 
diff --git a/community/zh-cn/release-post.md b/community/zh-cn/release-post.md
index db39e7a..67cb7bf 100644
--- a/community/zh-cn/release-post.md
+++ b/community/zh-cn/release-post.md
@@ -23,7 +23,7 @@
 
 ## 发布镜像
 
-构建 Docker 镜像,请参考 [如何构建一个 Docker 镜像?](/zh-cn/docs/latest/user_doc/docker-deployment.html)
+构建 Docker 镜像,请参考 [如何构建一个 Docker 镜像?](/zh-cn/docs/latest/user_doc/guide/installation/docker.html)
 
 然后推送镜像
 
diff --git a/community/zh-cn/release.md b/community/zh-cn/release.md
index f1bbdae..55a4618 100644
--- a/community/zh-cn/release.md
+++ b/community/zh-cn/release.md
@@ -133,7 +133,7 @@ http://keyserver.ubuntu.com:11371/pks/lookup?search=${用户名}&fingerprint=on&
 ### 更新版本说明
 
 ```
-https://github.com/apache/dolphinscheduler/blob/dev/RELEASE-NOTES.md
+https://github.com/apache/dolphinscheduler/releases
 ```
 
 ### 创建发布分支
diff --git a/development/en-us/architecture-design.md b/development/en-us/architecture-design.md
index ed8d27d..5ddf602 100644
--- a/development/en-us/architecture-design.md
+++ b/development/en-us/architecture-design.md
@@ -98,7 +98,7 @@ Before explaining the architecture of the schedule system, let us first understa
 
      - **UI**
 
-       The front-end page of the system provides various visual operation interfaces of the system. For details, see the <a href="/en-us/docs/latest/user_doc/system-manual.html" target="_self">System User Manual</a> section.
+       The front-end page of the system provides various visual operation interfaces of the system. For details, see the <a href="/en-us/docs/latest/user_doc/guide/introduction.html" target="_self">System User Manual</a> section.
 
      
 
diff --git a/development/en-us/development-environment-setup.md b/development/en-us/development-environment-setup.md
index 7bf3bad..00a4820 100644
--- a/development/en-us/development-environment-setup.md
+++ b/development/en-us/development-environment-setup.md
@@ -132,7 +132,7 @@ Following steps will guide how to start the DolphinScheduler backend service.
   </root>
   ```
 
-> **_Note:_**: Only DolphinScheduler 2.0 and later versions need to inatall plugin before start server. It not need before version 2.0.
+> **_Note:_** Only DolphinScheduler 2.0 and later versions need to inatall plugin before start server. It not need before version 2.0.
 
 ##### Server start
 
diff --git a/development/zh-cn/architecture-design.md b/development/zh-cn/architecture-design.md
index 67c3399..e989882 100644
--- a/development/zh-cn/architecture-design.md
+++ b/development/zh-cn/architecture-design.md
@@ -79,7 +79,7 @@
 
 * **Alert** 
 
-    提供告警相关接口,接口主要包括**告警**两种类型的告警数据的存储、查询和通知功能。其中通知功能又有**邮件通知**和**SNMP(暂未实现)**两种。
+    提供告警相关接口,接口主要包括两种类型的告警数据的存储、查询和通知功能。其中通知功能又有**邮件通知**和**SNMP(暂未实现)**两种。
 
 * **API** 
 
@@ -88,7 +88,7 @@
 
 * **UI** 
 
-    系统的前端页面,提供系统的各种可视化操作界面,详见<a href="/zh-cn/docs/latest/user_doc/system-manual.html" target="_self">系统使用手册</a>部分。
+    系统的前端页面,提供系统的各种可视化操作界面,详见<a href="/zh-cn/docs/latest/user_doc/guide/introduction.html" target="_self">系统使用手册</a>部分。
 
 #### 2.3 架构设计思想
 
diff --git a/development/zh-cn/backend/spi/plugin.md b/development/zh-cn/backend/spi/plugin.md
index 0157735..5e899aa 100644
--- a/development/zh-cn/backend/spi/plugin.md
+++ b/development/zh-cn/backend/spi/plugin.md
@@ -36,7 +36,7 @@
   }
   ```
 
-  传入自定义任务的 **TaskProps**和自定义**Logger**,TaskProps 封装了任务的信息,Logger分装了自定义日志信息
+  传入自定义任务的 **TaskProps**和自定义**Logger**,TaskProps 封装了任务的信息,Logger封装了自定义日志信息
 
 - 继承 **AbstractParameters** 自定义任务参数实体
 
diff --git a/development/zh-cn/development-environment-setup.md b/development/zh-cn/development-environment-setup.md
index b4377f2..5d093d2 100644
--- a/development/zh-cn/development-environment-setup.md
+++ b/development/zh-cn/development-environment-setup.md
@@ -59,7 +59,7 @@ npm install
 npm run start
 ```
 
-截止目前,前后端以成功运行起来,浏览器访问[http://localhost:8888](http://localhost:8888),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录
+截止目前,前后端已成功运行起来,浏览器访问[http://localhost:8888](http://localhost:8888),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录
 
 ## DolphinScheduler 普通开发模式
 
@@ -131,7 +131,7 @@ DolphinScheduler 的元数据存储在关系型数据库中,目前支持的关
   </root>
   ```
 
-> **_注意:_**:上述准备工作中,插件的安装仅 DolphinScheduler 2.0 及以后的版本需要运行,2.0 之前的版本不需要运行该命令
+> **_注意:_** 上述准备工作中,插件的安装仅 DolphinScheduler 2.0 及以后的版本需要运行,2.0 之前的版本不需要运行该命令
 
 ##### 启动服务
 
@@ -152,4 +152,4 @@ npm install
 npm run start
 ```
 
-截止目前,前后端以成功运行起来,浏览器访问[http://localhost:8888](http://localhost:8888),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录
+截止目前,前后端已成功运行起来,浏览器访问[http://localhost:8888](http://localhost:8888),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录
diff --git a/development/zh-cn/frontend-development.md b/development/zh-cn/frontend-development.md
index 40a8d02..bfb0e5c 100644
--- a/development/zh-cn/frontend-development.md
+++ b/development/zh-cn/frontend-development.md
@@ -531,7 +531,7 @@ dag 相关接口 `src/js/conf/home/store/dag/actions.js`
 }
 ```
 
-(3) 在 `src/js/conf/home/pages/dag/_source/formModel/tasks` 增加一个 `${节点类型(小写)}`.vue 文件,跟当前节点相关的组件内容都在这里写。 属于节点组件内的必须拥有一个函数 `_verification()` 验证成功后讲当前组件的相关数据往父组件抛。
+(3) 在 `src/js/conf/home/pages/dag/_source/formModel/tasks` 增加一个 `${节点类型(小写)}`.vue 文件,跟当前节点相关的组件内容都在这里写。 属于节点组件内的必须拥有一个函数 `_verification()` 验证成功后将当前组件的相关数据往父组件抛。
 ```
 /**
  * 验证
@@ -563,7 +563,7 @@ dag 相关接口 `src/js/conf/home/store/dag/actions.js`
   }
 ``` 
 
-(4) 节点组件内部所用到公共的组件都在`_source`下,`commcon.js`用与配置公共数据
+(4) 节点组件内部所用到公共的组件都在`_source`下,`commcon.js`用于配置公共数据
 
 ##### 2.增加状态类型