docs: fix links

This commit is contained in:
dundargoc
2023-12-13 19:16:41 +01:00
committed by dundargoc
parent 7908dc0d15
commit 1d63a057a6
7 changed files with 7 additions and 12 deletions

View File

@@ -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