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 <[email protected]>
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

Reply via email to