Move images (#704)

* refactor: merge image directories into one

```bash
git mv -v images/* eBook/images/
sed -i -e 's;../images;images;g' eBook/*.md
```

* use correct chapter number for image names in 4.9

* use correct chapter number for image names in 7.2.4
This commit is contained in:
marjune
2019-08-04 15:22:43 +08:00
committed by ᴊ. ᴄʜᴇɴ
parent 865fb2d64e
commit 6ed73bf4f5
34 changed files with 21 additions and 21 deletions

View File

@@ -134,7 +134,7 @@ Received on channel 1: 94348
使用以下序列在协程中计算 pi开启一个协程来计算公式中的每一项并将结果放入通道`main()` 函数收集并累加结果,打印出 pi 的近似值。
![](../images/14.4_piseries.png?raw=true)
![](images/14.4_piseries.png?raw=true)
计算执行时间(参见第 [6.11](6.11.md) 节)