Skip to content

Commit 9d4db15

Browse files
jingyushenStephenRi
authored andcommitted
fix image links in quick start docs
1 parent 45caed7 commit 9d4db15

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs_roll/docs/English/QuickStart/alicloud_pipeline_quick_start_en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ max_steps: 100
137137
```
138138
139139
Example Log Screenshots during Pipeline Execution:
140-
<img src="../../../../static/img/log_1.png" width="100%" alt="log1" />
140+
![log1](../../../static/img/log_1.png)
141141
142-
<img src="../../../../static/img/log_2.png" width="100%" alt="log2" />
142+
![log2](../../../static/img/log_2.png)
143143
144-
<img src="../../../../static/img/log_3.png" width="100%" alt="log3" />
144+
![log3](../../../static/img/log_3.png)
145145

docs_roll/docs/简体中文/快速开始/alicloud_pipeline_quick_start_cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 快速上手:阿里云单机版指南
1+
# 快速上手:阿里云单机版部署指南
22

33
## 准备环境
44
1. 购买阿里云服务器
@@ -139,9 +139,9 @@ max_steps: 100
139139
```
140140
141141
pipeline运行中的log截图示例:
142-
<img src="../../../../static/img/log_1.png" width="100%" alt="log1" />
142+
![log1](../../../static/img/log_1.png)
143143
144-
<img src="../../../../static/img/log_2.png" width="100%" alt="log2" />
144+
![log2](../../../static/img/log_2.png)
145145
146-
<img src="../../../../static/img/log_3.png" width="100%" alt="log3" />
146+
![log3](../../../static/img/log_3.png)
147147

0 commit comments

Comments
 (0)