From ad4e118f20631f598c5a9a8714c95b7939a6d8d2 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Wed, 23 Jan 2019 16:29:52 +0800 Subject: [PATCH] update docs --- docs/deploy/tool/install-jenkins.md | 2 +- docs/deploy/tool/install-maven.md | 2 +- docs/deploy/tool/install-nginx.md | 2 +- docs/deploy/tool/install-nodejs.md | 2 +- docs/deploy/tool/install-tomcat.md | 2 +- docs/vim.md | 12 ++++++------ 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/deploy/tool/install-jenkins.md b/docs/deploy/tool/install-jenkins.md index f227ba4..7fe8fd7 100644 --- a/docs/deploy/tool/install-jenkins.md +++ b/docs/deploy/tool/install-jenkins.md @@ -50,7 +50,7 @@ nohup java -jar jenkins.war --httpPort=8080 >> nohup.out 2>&1 & ## 脚本 -| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/jenkins) | +| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/jenkins) | ## FAQ diff --git a/docs/deploy/tool/install-maven.md b/docs/deploy/tool/install-maven.md index 4cfed32..54601d5 100644 --- a/docs/deploy/tool/install-maven.md +++ b/docs/deploy/tool/install-maven.md @@ -43,4 +43,4 @@ export PATH=\$MAVEN_HOME/bin:\$PATH 以上两种安装方式,我都写了脚本去执行: -| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/maven) | +| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/maven) | diff --git a/docs/deploy/tool/install-nginx.md b/docs/deploy/tool/install-nginx.md index 0ad9271..cdb8ac8 100644 --- a/docs/deploy/tool/install-nginx.md +++ b/docs/deploy/tool/install-nginx.md @@ -88,4 +88,4 @@ cd /opt/nginx/nginx-1.12.2 ## 脚本 -| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/nginx) | +| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/nginx) | diff --git a/docs/deploy/tool/install-nodejs.md b/docs/deploy/tool/install-nodejs.md index 55ca7d7..3de6cda 100644 --- a/docs/deploy/tool/install-nodejs.md +++ b/docs/deploy/tool/install-nodejs.md @@ -52,4 +52,4 @@ nvm use 8.9.4 ## 脚本 -| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/nodejs) | +| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/nodejs) | diff --git a/docs/deploy/tool/install-tomcat.md b/docs/deploy/tool/install-tomcat.md index d3c1988..ce8019d 100644 --- a/docs/deploy/tool/install-tomcat.md +++ b/docs/deploy/tool/install-tomcat.md @@ -44,4 +44,4 @@ cd /opt/tomcat/apache-tomcat-8.5.28/bin ## 脚本 -| [安装脚本](https://github.com/dunwu/linux/tree/master/codes/deploy/tool/tomcat) | +| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/tomcat) | diff --git a/docs/vim.md b/docs/vim.md index a52280f..a4413f5 100644 --- a/docs/vim.md +++ b/docs/vim.md @@ -338,33 +338,33 @@ Vim 是从 vi 发展出来的一个文本编辑器。代码补完、编译及错 此外,[这里](http://blog.ngedit.com/vi-vim-cheat-sheet-sch.gif)还有简体中文版。 -![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet.png) +![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet.png) ### 3.2. 入门版 基本操作的入门版。[原版出处](https://github.com/ahrencode/Miscellaneous)还有 keynote 版本可供 DIY 以及其他相关有用的 cheatsheet。 -![](http://dunwu.test.upcdn.net/images/linux/vim/basic-vim-cheat-sheet.png) +![](http://dunwu.test.upcdn.net/images/os/vim/basic-vim-cheat-sheet.png) ### 3.3. 进阶版 下图是 300DPI 的超清大图,另外[查看原文](http://michael.peopleofhonoronly.com/vim/)还有更多版本:黑白,低分辨率,色盲等 -![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-for-programmers.png) +![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-for-programmers.png) ### 3.4. 增强版 下图是一个更新时间较新的现代版,含有的信息也更丰富。[原文链接](http://vimcheatsheet.com/) -![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-02.png) +![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-02.png) ### 3.5. 文字版 [原文链接](http://tnerual.eriogerg.free.fr/vimqrc.pdf) -![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-text-01.png) +![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-text-01.png) -![](http://dunwu.test.upcdn.net/images/linux/vim/vim-cheat-sheet-text-02.png) +![](http://dunwu.test.upcdn.net/images/os/vim/vim-cheat-sheet-text-02.png) ## 4. 资料