update(docs): fix links issue

This commit is contained in:
juancwu 2022-12-18 18:49:51 -05:00
commit c087cf8d7a
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ Verify fish has been installed.
which fish which fish
``` ```
Here is the list of [Fish customizations](/fish.md). Here is the list of [Fish customizations](/docs/fish.md).
#### Make fish the default shell #### Make fish the default shell
@ -69,4 +69,4 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
``` ```
Now it is time to [setup Neovim](/nvim.md). Now it is time to [setup Neovim](/docs/nvim.md).

View file

@ -22,7 +22,7 @@ For more info:
- [Fish](https://fishshell.com/) - fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. - [Fish](https://fishshell.com/) - fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family.
Here is a list of [Fish customizations](/fish.md). Here is a list of [Fish customizations](/docs/fish.md).
#### Make fish the default shell #### Make fish the default shell
@ -85,4 +85,4 @@ If the version is not `>= 0.9.0`, follow these steps to install a compatible ver
Let's create a symlink to the binary file: Let's create a symlink to the binary file:
`sudo ln -s /path/where/it/is/located/bin/nvim /usr/local/bin/nvim`. This will allow us to run `nvim` without moving the binary to `usr/local/bin`. `sudo ln -s /path/where/it/is/located/bin/nvim /usr/local/bin/nvim`. This will allow us to run `nvim` without moving the binary to `usr/local/bin`.
Now it is time to [setup Neovim](/nvim.md). Now it is time to [setup Neovim](/docs/nvim.md).