You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/03/26 14:00:30 UTC

[flink-statefun] 12/13: [FLINK-16785] Fix broken image links in main README

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

commit f58acf57ad043f848659a10e50de6d186c13c670
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Thu Mar 26 21:47:35 2020 +0800

    [FLINK-16785] Fix broken image links in main README
---
 README.md                                   |   4 ++--
 docs/images/stateful_functions_logo.png     | Bin 0 -> 57778 bytes
 docs/images/stateful_functions_overview.png | Bin 0 -> 66340 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 978d9be..7473953 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<img alt="Stateful Functions" src="statefun-docs/images/stateful_functions_logo.png" width=400px/>
+<img alt="Stateful Functions" src="docs/images/stateful_functions_logo.png" width=400px/>
 
 Stateful Functions is an [Apache Flink](https://flink.apache.org/) library for distributed applications and services, based on, well, you guessed it: stateful functions.
 
@@ -65,7 +65,7 @@ If you know Apache Flinkā€™s DataStream API, you can think of stateful functions
 is that functions are not assembled in a directed acyclic graph that defines the flow of data (the streaming topology),
 but rather send events arbitrarily to all other functions using addresses.
 
-<img alt="Stateful Functions Overview" src="statefun-docs/images/stateful_functions_overview.png" width="600px"/>
+<img alt="Stateful Functions Overview" src="docs/images/stateful_functions_overview.png" width="600px"/>
 
 #### Ingresses and Egresses
 
diff --git a/docs/images/stateful_functions_logo.png b/docs/images/stateful_functions_logo.png
new file mode 100644
index 0000000..677c4d7
Binary files /dev/null and b/docs/images/stateful_functions_logo.png differ
diff --git a/docs/images/stateful_functions_overview.png b/docs/images/stateful_functions_overview.png
new file mode 100644
index 0000000..85b4f0d
Binary files /dev/null and b/docs/images/stateful_functions_overview.png differ