about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc.vim b/vimrc.vim
index 80ec5a5f..3f0cca8c 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -71,7 +71,7 @@ else
 endif
 
 " useful for inspecting just the control flow in a trace
-" see https://github.com/akkartik/mu/blob/master/subx/Readme.md#a-few-hints-for-debugging
+" see https://github.com/akkartik/mu/blob/master/Readme.md#a-few-hints-for-debugging
 " the '-a' is because traces can sometimes contain unprintable characters that bother grep
 command! -nargs=0 L exec "%!grep -a label |grep -v clear-stream:loop"