Skip to content

Commit ad4e118

Browse files
committed
update docs
1 parent 9309198 commit ad4e118

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/deploy/tool/install-jenkins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nohup java -jar jenkins.war --httpPort=8080 >> nohup.out 2>&1 &
5050

5151
## 脚本
5252

53-
| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/jenkins) |
53+
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/jenkins) |
5454

5555
## FAQ
5656

docs/deploy/tool/install-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ export PATH=\$MAVEN_HOME/bin:\$PATH
4343

4444
以上两种安装方式,我都写了脚本去执行:
4545

46-
| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/maven) |
46+
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/maven) |

docs/deploy/tool/install-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ cd /opt/nginx/nginx-1.12.2
8888

8989
## 脚本
9090

91-
| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/nginx) |
91+
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/nginx) |

docs/deploy/tool/install-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ nvm use 8.9.4
5252

5353
## 脚本
5454

55-
| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/nodejs) |
55+
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/nodejs) |

docs/deploy/tool/install-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ cd /opt/tomcat/apache-tomcat-8.5.28/bin
4444

4545
## 脚本
4646

47-
| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/tomcat) |
47+
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/tomcat) |

docs/vim.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -338,33 +338,33 @@ Vim 是从 vi 发展出来的一个文本编辑器。代码补完、编译及错
338338
339339
此外,[这里](http://blog.ngedit.com/vi-vim-cheat-sheet-sch.gif)还有简体中文版。
340340
341-
![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet.png)
341+
![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet.png)
342342
343343
### 3.2. 入门版
344344
345345
基本操作的入门版。[原版出处](https://github.com/ahrencode/Miscellaneous)还有 keynote 版本可供 DIY 以及其他相关有用的 cheatsheet。
346346
347-
![](http://dunwu.test.upcdn.net/images/linux/vim/basic-vim-cheat-sheet.png)
347+
![](http://dunwu.test.upcdn.net/images/os/vim/basic-vim-cheat-sheet.png)
348348
349349
### 3.3. 进阶版
350350
351351
下图是 300DPI 的超清大图,另外[查看原文](http://michael.peopleofhonoronly.com/vim/)还有更多版本:黑白,低分辨率,色盲等
352352
353-
![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-for-programmers.png)
353+
![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-for-programmers.png)
354354
355355
### 3.4. 增强版
356356
357357
下图是一个更新时间较新的现代版,含有的信息也更丰富。[原文链接](http://vimcheatsheet.com/)
358358
359-
![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-02.png)
359+
![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-02.png)
360360
361361
### 3.5. 文字版
362362
363363
[原文链接](http://tnerual.eriogerg.free.fr/vimqrc.pdf)
364364
365-
![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-text-01.png)
365+
![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-text-01.png)
366366
367-
![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-text-02.png)
367+
![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-text-02.png)
368368
369369
## 4. 资料
370370

0 commit comments

Comments
 (0)