about summary refs log tree commit diff stats
path: root/dev
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-16 20:26:01 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-16 20:26:01 +0000
commit37ab43ffab13571d13565e27a4c28cc59d02e9c4 (patch)
treeecb51589f0f14a80b00699cfef5ac15580c17f9f /dev
parent44f1fee156ef879102bcbb185ec37af67ee3b4ff (diff)
downloaddoc-37ab43ffab13571d13565e27a4c28cc59d02e9c4.tar.gz
git and vim document fix's
Diffstat (limited to 'dev')
-rw-r--r--dev/git/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/git/index.html b/dev/git/index.html
index 2731283..ed64efa 100644
--- a/dev/git/index.html
+++ b/dev/git/index.html
@@ -29,7 +29,7 @@
     $ git config --global core.pager "less -F -X"
     </pre>
 
-    <p>Use <a href="../tools/vim.html#vimdiff">vimdiff</a> as diff and merge tool;</p>
+    <p>Use <a href="../../tools/vim.html#vimdiff">vimdiff</a> as diff and merge tool;</p>
 
     <pre>
     $ git config --global diff.tool vimdiff