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

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6702f57d [Bug]fix Incorrect images links (#253)
6702f57d is described below

commit 6702f57d95790c31ca12789878cc9f4d46cd7e8c
Author: caicancai <[email protected]>
AuthorDate: Thu Sep 21 14:33:34 2023 +0800

    [Bug]fix Incorrect images links (#253)
    
    * Fix incorrect image links
---
 docs/development/model.md                                              | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/development/model.md b/docs/development/model.md
index 164032e7..809e61d9 100644
--- a/docs/development/model.md
+++ b/docs/development/model.md
@@ -22,7 +22,7 @@ Let's start from these aspects
 
 ## Architecture
 
-[]("/doc/image_en/streampark_archite.png")
+![](/doc/image_en/streampark_archite.png)
 
 ## Programming paradigm
 `streampark-core` is positioned as a programming time framework, rapid 
development scaffolding, specifically created to simplify Flink development. 
Developers will use this module during the development phase. Let's take a look 
at what the programming paradigm of `DataStream` and `Flink Sql` with 
StreamPark looks like, and what the specifications and requirements are.
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md
index cc04a961..bec708e7 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md
@@ -21,7 +21,7 @@ import TabItem from '@theme/TabItem';
 
 ## 架构
 
-[]("/doc/image/streampark_archite.png")
+![](/doc/image/streampark_archite.png)
 
 ## 编程模型
 

Reply via email to