You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/07/20 06:22:03 UTC

[incubator-devlake-website] 02/02: fix: fixed img names

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

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit f70c3061ef452211774f822f5622466f506b8179
Author: yumengwang03 <yu...@merico.dev>
AuthorDate: Wed Jul 20 14:15:39 2022 +0800

    fix: fixed img names
---
 docs/UserManuals/AdvancedMode.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/UserManuals/AdvancedMode.md b/docs/UserManuals/AdvancedMode.md
index a359f950..c0b5f2ff 100644
--- a/docs/UserManuals/AdvancedMode.md
+++ b/docs/UserManuals/AdvancedMode.md
@@ -20,15 +20,15 @@ Advanced mode gives the most flexibility to users by exposing the JSON API.
 
 1. Click on "+ New Blueprint" on the Blueprint page.
 
-![image](/img/AdvancedMode/Advancedmode1.png)
+![image](/img/AdvancedMode/AdvancedMode1.png)
 
 2. In step 1, click on the "Advanced Mode" link.
 
-![image](/img/AdvancedMode/Advancedmode2.png)
+![image](/img/AdvancedMode/AdvancedMode2.png)
 
 3. The pipeline editor expects a 2D array of plugins. The first dimension represents different stages of the pipeline and the second dimension describes the plugins in each stage. Stages run in sequential order and plugins within the same stage runs in parallel. We provide some templates for users to get started. Please also see the next section for some examples.
 
-![image](/img/AdvancedMode/Advancedmode3.png)
+![image](/img/AdvancedMode/AdvancedMode3.png)
 
 
 ## Examples