You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/07/13 07:43:51 UTC

[flink] 02/02: [hotfix][doc] Remove invalid endunless tag in cli.md

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

jark pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit e9db130023b4e975cad9648864f1afb5eae2ec0b
Author: Jark Wu <im...@gmail.com>
AuthorDate: Sat Jul 13 15:31:09 2019 +0800

    [hotfix][doc] Remove invalid endunless tag in cli.md
---
 docs/ops/cli.md    | 4 ++--
 docs/ops/cli.zh.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/ops/cli.md b/docs/ops/cli.md
index 8dabcbf..6d24f29 100644
--- a/docs/ops/cli.md
+++ b/docs/ops/cli.md
@@ -235,8 +235,8 @@ If no savepoint directory is configured, you need to configure a default savepoi
 The job will only be cancelled if the savepoint succeeds.
 
 <p style="border-radius: 5px; padding: 5px" class="bg-danger">
-    <b>Note</b>: Cancelling a job with savepoint is deprecated. Use "stop" instead.</p>
-{% endunless %}
+    <b>Note</b>: Cancelling a job with savepoint is deprecated. Use "stop" instead.
+</p>
 
 #### Restore a savepoint
 
diff --git a/docs/ops/cli.zh.md b/docs/ops/cli.zh.md
index c4ecf9d..8370fd8 100644
--- a/docs/ops/cli.zh.md
+++ b/docs/ops/cli.zh.md
@@ -234,8 +234,8 @@ If no savepoint directory is configured, you need to configure a default savepoi
 The job will only be cancelled if the savepoint succeeds.
 
 <p style="border-radius: 5px; padding: 5px" class="bg-danger">
-    <b>Note</b>: Cancelling a job with savepoint is deprecated. Use "stop" instead.</p>
-{% endunless %}
+    <b>Note</b>: Cancelling a job with savepoint is deprecated. Use "stop" instead.
+</p>
 
 #### Restore a savepoint