This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
The following commit(s) were added to refs/heads/master by this push:
new 692d9d5 [hotfix] [docs] Make image src in Python SDK README a web link
692d9d5 is described below
commit 692d9d5e21a1761bc337ad95acbb374343c01936
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 daae600..03a48c0 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