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

sjwiesman pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 4428950968129f70353aff28c0dacce8dfb934e4
Author: Seth Wiesman <sjwies...@gmail.com>
AuthorDate: Thu Apr 15 12:03:00 2021 -0500

    Rebuild website
---
 content/blog/feed.xml              |  2 +-
 content/stateful-functions.html    | 10 +++++-----
 content/zh/stateful-functions.html | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index b5ba817..67cf73f 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -195,7 +195,7 @@ page of the Flink website, and the most recent Python SDK 
distribution is availa
 You can also find official StateFun Docker images of the new version on &lt;a 
href=&quot;https://hub.docker.com/r/apache/flink-statefun&quot;&gt;Dockerhub&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;For more details, check the &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0/&quot;&gt;updated
 documentation&lt;/a&gt; and the
-&lt;a 
href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;amp;version=12348350&quot;&gt;release
 notes&lt;/a&gt;
+&lt;a 
href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;amp;version=12348822&quot;&gt;release
 notes&lt;/a&gt;
 for a detailed list of changes and new features if you plan to upgrade your 
setup to Stateful Functions 3.0.0.
 We encourage you to download the release and share your feedback with the 
community through the &lt;a 
href=&quot;https://flink.apache.org/community.html#mailing-lists&quot;&gt;Flink 
mailing lists&lt;/a&gt;
 or &lt;a 
href=&quot;https://issues.apache.org/jira/browse/&quot;&gt;JIRA&lt;/a&gt;&lt;/p&gt;
diff --git a/content/stateful-functions.html b/content/stateful-functions.html
index c5fedfc..5f8a19e 100644
--- a/content/stateful-functions.html
+++ b/content/stateful-functions.html
@@ -282,7 +282,7 @@
       <h3>Dynamic Messaging</h3>
     </div>
     <p align="justify">The API allows you to build and compose functions that 
communicate dynamic- and arbitrarily with each other. This gives you much more 
flexibility compared to the acyclic nature of classical stream processing 
topologies.</p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/concepts/application-building-blocks.html#stateful-functions";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0/docs/concepts/application-building-blocks#stateful-functions";>Learn
 More</a></p>
   </div>
   <!-- Consistent State -->
   <div class="col-lg-4">
@@ -290,7 +290,7 @@
       <img class="img-circle" src="/img/stateful-functions/statefun-prop1.png" 
alt="Consistent State" width="90" height="90" />
       <h3>Consistent State</h3>
       <p align="justify">Functions can keep local state that is persistent and 
integrated with the messaging between functions. This gives you the effect of 
exactly-once state access/updates and guaranteed efficient messaging 
out-of-the-box.</p>
-      <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/concepts/application-building-blocks.html#persisted-states";>Learn
 More</a></p>
+      <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0/docs/concepts/application-building-blocks#persisted-states";>Learn
 More</a></p>
     </div>
   </div>
   <!-- Multi-language Support -->
@@ -301,7 +301,7 @@
     </div>
     <p align="justify">Functions can be implemented in any programming 
language that can handle HTTP requests or bring up a gRPC server, with initial 
support for Python. More SDKs will be added for languages like Go, Javascript 
and Rust.
     </p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/sdk/modules.html#modules";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/docs/concepts/distributed_architecture/#remote-functions";>Learn
 More</a></p>
   </div>
 </div>
 
@@ -315,7 +315,7 @@
       <h3>No Database Required</h3>
     </div>
     <p align="justify">State durability and fault tolerance build on Apache 
Flink’s robust distributed snapshots model. This requires nothing but a simple 
blob storage tier (e.g. S3, GCS, HDFS) to store the state snapshots.</p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-docs-stable/internals/stream_checkpointing.html";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-docs-stable/learn-flink/fault_tolerance.html";>Learn
 More</a></p>
   </div>
   <!-- Cloud Native -->
   <div class="col-lg-4">
@@ -334,7 +334,7 @@
     </div>
     <p align="justify">State access is part of the function invocation and so 
Stateful Functions applications behave like stateless processes that can be 
managed with the same simplicity and benefits, like rapid scalability, 
scale-to-zero and rolling/zero-downtime upgrades.
     </p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/concepts/logical.html#function-lifecycle";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/docs/deployment/module/";>Learn
 More</a></p>
   </div>
 </div>
 
diff --git a/content/zh/stateful-functions.html 
b/content/zh/stateful-functions.html
index 3e291d3..4b57756 100644
--- a/content/zh/stateful-functions.html
+++ b/content/zh/stateful-functions.html
@@ -280,7 +280,7 @@
       <h3>Dynamic Messaging</h3>
     </div>
     <p align="justify">The API allows you to build and compose functions that 
communicate dynamic- and arbitrarily with each other. This gives you much more 
flexibility compared to the acyclic nature of classical stream processing 
topologies.</p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/concepts/application-building-blocks.html#stateful-functions";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0/docs/concepts/application-building-blocks#stateful-functions";>Learn
 More</a></p>
   </div>
   <!-- Consistent State -->
   <div class="col-lg-4">
@@ -288,7 +288,7 @@
       <img class="img-circle" src="/img/stateful-functions/statefun-prop1.png" 
alt="Consistent State" width="90" height="90" />
       <h3>Consistent State</h3>
       <p align="justify">Functions can keep local state that is persistent and 
integrated with the messaging between functions. This gives you the effect of 
exactly-once state access/updates and guaranteed efficient messaging 
out-of-the-box.</p>
-      <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/concepts/application-building-blocks.html#persisted-states";>Learn
 More</a></p>
+      <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0/docs/concepts/application-building-blocks#persisted-states";>Learn
 More</a></p>
     </div>
   </div>
   <!-- Multi-language Support -->
@@ -299,7 +299,7 @@
     </div>
     <p align="justify">Functions can be implemented in any programming 
language that can handle HTTP requests or bring up a gRPC server, with initial 
support for Python. More SDKs will be added for languages like Go, Javascript 
and Rust.
     </p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/sdk/modules.html#modules";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/docs/concepts/distributed_architecture/#remote-functions";>Learn
 More</a></p>
   </div>
 </div>
 
@@ -313,7 +313,7 @@
       <h3>No Database Required</h3>
     </div>
     <p align="justify">State durability and fault tolerance build on Apache 
Flink’s robust distributed snapshots model. This requires nothing but a simple 
blob storage tier (e.g. S3, GCS, HDFS) to store the state snapshots.</p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-docs-stable/internals/stream_checkpointing.html";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-docs-stable/learn-flink/fault_tolerance.html";>Learn
 More</a></p>
   </div>
   <!-- Cloud Native -->
   <div class="col-lg-4">
@@ -332,7 +332,7 @@
     </div>
     <p align="justify">State access is part of the function invocation and so 
Stateful Functions applications behave like stateless processes that can be 
managed with the same simplicity and benefits, like rapid scalability, 
scale-to-zero and rolling/zero-downtime upgrades.
     </p>
-    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/concepts/logical.html#function-lifecycle";>Learn
 More</a></p>
+    <p align="justify"><a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/docs/deployment/module/";>Learn
 More</a></p>
   </div>
 </div>
 

Reply via email to