about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 18:16:38 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 18:16:38 -0700
commita56d969ec99ef66ab21709b3aa61d49d9a3dfd10 (patch)
treecb3ff8cd51ec71fb174d0c7dda4f6ccd4a59e48c /vimrc.vim
parent4f33ff22839770121c87ef8b135e6ac02eab2a46 (diff)
downloadmu-a56d969ec99ef66ab21709b3aa61d49d9a3dfd10.tar.gz
5489 - fix a few broken links
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"