about summary refs log tree commit diff stats
path: root/dev/git
diff options
context:
space:
mode:
Diffstat (limited to 'dev/git')
-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