This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-2.2 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit f2fe40fd2d3e00078fe1a007e6bc3a8e3a087dae Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Tue Dec 22 13:59:18 2020 +0800 [hotfix] [docs] Make image src in Python SDK README a web link This is due to the fact that this README will be served on the PyPi webpages, so relative paths to local files would not work --- statefun-python-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statefun-python-sdk/README.md b/statefun-python-sdk/README.md index a39294b..86e362f 100755 --- a/statefun-python-sdk/README.md +++ b/statefun-python-sdk/README.md @@ -4,7 +4,7 @@ Stateful Functions is an API that simplifies the building of **distributed state It brings together the benefits of stateful stream processing - the processing of large datasets with low latency and bounded resource constraints - along with a runtime for modeling stateful entities that supports location transparency, concurrency, scaling, and resiliency. -<img alt="Stateful Functions Architecture" width="80%" src="../docs/fig/concepts/arch_overview.svg"> +<img alt="Stateful Functions Architecture" width="80%" src="https://github.com/apache/flink-statefun/blob/master/docs/fig/concepts/arch_overview.svg"> It is designed to work with modern architectures, like cloud-native deployments and popular event-driven FaaS platforms like AWS Lambda and KNative, and to provide out-of-the-box consistent state and messaging while preserving the serverless
