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

dwysakowicz pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git

commit b016ba5d55d7e29d76fed8f3536369fcb186688c
Author: Dawid Wysakowicz <dwysakow...@apache.org>
AuthorDate: Wed Dec 9 14:17:10 2020 +0100

    [hotfix] Fix links in stateful-stream-processing
---
 docs/concepts/stateful-stream-processing.md        |  2 +-
 docs/concepts/stateful-stream-processing.zh.md     |  2 +-
 .../redirects/projectsetup_java_api_quickstart2.md | 24 ++++++++++++++++++++++
 .../projectsetup_java_api_quickstart2.zh.md        | 24 ++++++++++++++++++++++
 .../projectsetup_scala_api_quickstart2.md          | 24 ++++++++++++++++++++++
 .../projectsetup_scala_api_quickstart2.zh.md       | 24 ++++++++++++++++++++++
 6 files changed, 98 insertions(+), 2 deletions(-)

diff --git a/docs/concepts/stateful-stream-processing.md 
b/docs/concepts/stateful-stream-processing.md
index 875bb0d..ba5bbb9 100644
--- a/docs/concepts/stateful-stream-processing.md
+++ b/docs/concepts/stateful-stream-processing.md
@@ -354,7 +354,7 @@ A *DataSet* is treated internally as a stream of data. The 
concepts above thus
 apply to batch programs in the same way as well as they apply to streaming
 programs, with minor exceptions:
 
-  - [Fault tolerance for batch programs](../dev/batch/fault_tolerance.html)
+  - [Fault tolerance for batch programs]({% link dev/task_failure_recovery.md 
%})
     does not use checkpointing.  Recovery happens by fully replaying the
     streams.  That is possible, because inputs are bounded. This pushes the
     cost more towards the recovery, but makes the regular processing cheaper,
diff --git a/docs/concepts/stateful-stream-processing.zh.md 
b/docs/concepts/stateful-stream-processing.zh.md
index 88b3056..232caec 100644
--- a/docs/concepts/stateful-stream-processing.zh.md
+++ b/docs/concepts/stateful-stream-processing.zh.md
@@ -308,7 +308,7 @@ A *DataSet* is treated internally as a stream of data. The 
concepts above thus
 apply to batch programs in the same way as well as they apply to streaming
 programs, with minor exceptions:
 
-  - [Fault tolerance for batch programs](../dev/batch/fault_tolerance.html)
+  - [Fault tolerance for batch programs]({% link dev/task_failure_recovery.md 
%})
     does not use checkpointing.  Recovery happens by fully replaying the
     streams.  That is possible, because inputs are bounded. This pushes the
     cost more towards the recovery, but makes the regular processing cheaper,
diff --git a/docs/redirects/projectsetup_java_api_quickstart2.md 
b/docs/redirects/projectsetup_java_api_quickstart2.md
new file mode 100644
index 0000000..62c61c1
--- /dev/null
+++ b/docs/redirects/projectsetup_java_api_quickstart2.md
@@ -0,0 +1,24 @@
+---
+title: "Project Template for Java"
+layout: redirect
+redirect: dev/project-configuration
+permalink: /getting-started/project-setup/java_api_quickstart.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
diff --git a/docs/redirects/projectsetup_java_api_quickstart2.zh.md 
b/docs/redirects/projectsetup_java_api_quickstart2.zh.md
new file mode 100644
index 0000000..6aac228
--- /dev/null
+++ b/docs/redirects/projectsetup_java_api_quickstart2.zh.md
@@ -0,0 +1,24 @@
+---
+title: "Java 项目模板"
+layout: redirect
+redirect: dev/project-configuration
+permalink: /getting-started/project-setup/java_api_quickstart.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
diff --git a/docs/redirects/projectsetup_scala_api_quickstart2.md 
b/docs/redirects/projectsetup_scala_api_quickstart2.md
new file mode 100644
index 0000000..64847a6
--- /dev/null
+++ b/docs/redirects/projectsetup_scala_api_quickstart2.md
@@ -0,0 +1,24 @@
+---
+title: "Project Template for Scala"
+layout: redirect
+redirect: dev/project-configuration
+permalink: /getting-started/project-setup/scala_api_quickstart.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
diff --git a/docs/redirects/projectsetup_scala_api_quickstart2.zh.md 
b/docs/redirects/projectsetup_scala_api_quickstart2.zh.md
new file mode 100644
index 0000000..bb1056d
--- /dev/null
+++ b/docs/redirects/projectsetup_scala_api_quickstart2.zh.md
@@ -0,0 +1,24 @@
+---
+title: "Scala 项目模板"
+layout: redirect
+redirect: dev/project-configuration
+permalink: /getting-started/project-setup/scala_api_quickstart.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->

Reply via email to