about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-14 10:30:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-14 13:30:01 -0700
commit2c64c52e1f06b88010fa2a2c0c1c48e7a4ba1828 (patch)
treeadffb08f9d7394963b53c91c33cd14269581aec9 /vimrc.vim
parent9c4cd6db4a42847f8d879fa35e66f2a3c85ee418 (diff)
downloadmu-2c64c52e1f06b88010fa2a2c0c1c48e7a4ba1828.tar.gz
fix some 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 96460568..53a60e0d 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -68,7 +68,7 @@ else
 endif
 
 " useful for inspecting just the control flow in a trace
-" see https://github.com/akkartik/mu/blob/master/Readme.md#a-few-hints-for-debugging
+" see https://github.com/akkartik/mu/blob/main/linux/subx_debugging.md
 command! -nargs=0 L exec "%!grep label |grep -v clear-stream:loop"
 
 " show the call stack for the current line in the trace (by temporarily blowing away all earlier lines)