diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-13 19:16:41 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-13 20:31:16 +0100 |
commit | 1d63a057a6cb47e84c204f64ba5406cfe7a3ab93 (patch) | |
tree | bb00fb949454078cba1e1db6b32a3a7b478c65b2 /runtime/doc/dev_tools.txt | |
parent | 7908dc0d1552e715cc4cc077e6b87d53d0e323c2 (diff) | |
download | rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.tar.gz rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.tar.bz2 rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.zip |
docs: fix links
Diffstat (limited to 'runtime/doc/dev_tools.txt')
-rw-r--r-- | runtime/doc/dev_tools.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/dev_tools.txt b/runtime/doc/dev_tools.txt index f222930e99..3ee48bec90 100644 --- a/runtime/doc/dev_tools.txt +++ b/runtime/doc/dev_tools.txt @@ -163,10 +163,10 @@ to `tui.c:terminfo_start`. USING GDBSERVER IN TMUX ~ Consider using a custom makefile -https://github.com/neovim/neovim/wiki/Building-Neovim#custom-makefile to +https://github.com/neovim/neovim/blob/master/BUILD.md#custom-makefile to quickly start debugging sessions using the `gdbserver` method mentioned above. -This example `local.mk` will create the debugging session when you type -`make debug`. +This example `local.mk` will create the debugging session when you type `make +debug`. >make .PHONY: dbg-start dbg-attach debug build |