You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2019/12/18 08:47:56 UTC

[incubator-dolphinscheduler-website] branch master updated: Modify English link jump

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ebbd2d  Modify English link jump
     new 2b75d15  Merge pull request #61 from xingchun-chen/master
6ebbd2d is described below

commit 6ebbd2d720783a3da91ba8ab4560a6a241577ee2
Author: chenxingchun <43...@qq.com>
AuthorDate: Wed Dec 18 16:02:38 2019 +0800

    Modify English link jump
---
 docs/en-us/user_doc/system-manual.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/user_doc/system-manual.md b/docs/en-us/user_doc/system-manual.md
index ac27f48..29492b9 100755
--- a/docs/en-us/user_doc/system-manual.md
+++ b/docs/en-us/user_doc/system-manual.md
@@ -31,7 +31,7 @@ The homepage contains task status statistics, process status statistics, and wor
   - Fill in the Node Name, Description, and Script fields.
   - Selecting "task priority" will give priority to high-level tasks in the execution queue. Tasks with the same priority will be executed in the first-in-first-out order.
   - Timeout alarm. Fill in "Overtime Time". When the task execution time exceeds the overtime, it can alarm and fail over time.
-  - Fill in "Custom Parameters" and refer to [Custom Parameters](#Custom Parameters)
+  - Fill in "Custom Parameters" and refer to [Custom Parameters](#CustomParameters)
     <p align="center">
     <img src="/img/process_definitions_en.png" width="80%" />
       </p>
@@ -52,7 +52,7 @@ The homepage contains task status statistics, process status statistics, and wor
    <img src="/img/global_parameters_en.png" width="80%" />
  </p>
 
-  - For other types of nodes, refer to [task node types and parameter settings](#task node types and parameter settings)
+  - For other types of nodes, refer to [task node types and parameter settings](#TaskNodeType)
 
 ### Execution process definition
   - **The process definition of the off-line state can be edited, but not run**, so the on-line workflow is the first step.
@@ -505,7 +505,7 @@ conf/common/hadoop.properties
   -  Number of tasks to run: statistics of task_queue data in zookeeper
   -  Number of tasks to be killed: statistics of task_kill in zookeeper
 
-## Task Node Type and Parameter Setting
+## <span id=TaskNodeType>Task Node Type and Parameter Setting</span>
 
 ### Shell
 
@@ -720,7 +720,7 @@ Note: JAVA and Scala are just used for identification, no difference. If it's a
     *  First N minutes: $[HHmmss-N/24/60]
 
 
-### User-defined parameters
+### <span id=CustomParameters>User-defined parameters</span>
 
  - User-defined parameters are divided into global parameters and local parameters. Global parameters are the global parameters passed when the process definition and process instance are saved. Global parameters can be referenced by local parameters of any task node in the whole process.