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

@@ -12,7 +12,7 @@
下图展示了一些其它编程语言对 Go 语言的影响:
![](../images/1.3.influences_on_go.jpg?raw=true)
![](images/1.3.influences_on_go.jpg?raw=true)
图 1.3 其它编程语言对 Go 语言的影响