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 | |
parent | 7908dc0d1552e715cc4cc077e6b87d53d0e323c2 (diff) | |
download | rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.tar.gz rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.tar.bz2 rneovim-1d63a057a6cb47e84c204f64ba5406cfe7a3ab93.zip |
docs: fix links
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/dev_tools.txt | 6 | ||||
-rw-r--r-- | runtime/doc/dev_vimpatch.txt | 1 | ||||
-rw-r--r-- | runtime/doc/faq.txt | 2 |
3 files changed, 4 insertions, 5 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 diff --git a/runtime/doc/dev_vimpatch.txt b/runtime/doc/dev_vimpatch.txt index c302a3e934..4ed585589c 100644 --- a/runtime/doc/dev_vimpatch.txt +++ b/runtime/doc/dev_vimpatch.txt @@ -149,7 +149,6 @@ TYPES OF "NOT APPLICABLE" VIM PATCHES ~ - Many tests in `test_prompt_buffer.vim` require incompatible Vim features such as `channel`; they should still be included, but skipped - non-runtime documentation: Moved to https://neovim.io/doc/, - https://github.com/neovim/neovim/wiki#developers - NA files: `Filelist`, `README`, `INSTALL`, - Anything else might be relevant; err on the side of caution, and post an issue if you aren't sure. diff --git a/runtime/doc/faq.txt b/runtime/doc/faq.txt index 1e9dc052a1..09bf829512 100644 --- a/runtime/doc/faq.txt +++ b/runtime/doc/faq.txt @@ -255,7 +255,7 @@ Use an optimized build: Build type: Release < If it reports `Build type: Debug` and you're building Nvim from source, see -https://github.com/neovim/neovim/wiki/Building-Neovim. +https://github.com/neovim/neovim/blob/master/BUILD.md. COLORS AREN'T DISPLAYED CORRECTLY ~ |