This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new aa1ef62 [FLINK-20423][hotfix] Fix wrong link to html instead of md
aa1ef62 is described below
commit aa1ef6298e53758142da272554ecaab022732e8f
Author: Dawid Wysakowicz <[email protected]>
AuthorDate: Tue Dec 1 18:26:52 2020 +0100
[FLINK-20423][hotfix] Fix wrong link to html instead of md
---
docs/dev/table/sqlClient.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index 5f87604..4179062 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -380,7 +380,7 @@ CLI commands > session environment file > defaults
environment file
#### Restart Strategies
-Restart strategies control how Flink jobs are restarted in case of a failure.
Similar to [global restart strategies]({% link dev/task_failure_recovery.html
%}#restart-strategies) for a Flink cluster, a more fine-grained restart
configuration can be declared in an environment file.
+Restart strategies control how Flink jobs are restarted in case of a failure.
Similar to [global restart strategies]({% link dev/task_failure_recovery.md
%}#restart-strategies) for a Flink cluster, a more fine-grained restart
configuration can be declared in an environment file.
The following strategies are supported: