From c087cf8d7ada39f93f443649d6507bec6247ded7 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:49:51 -0500 Subject: [PATCH] update(docs): fix links issue --- docs/linux.md | 4 ++-- docs/macos.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/linux.md b/docs/linux.md index c4c1a19..c3f0637 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -22,7 +22,7 @@ Verify fish has been installed. 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 @@ -69,4 +69,4 @@ git clone --depth 1 https://github.com/wbthomason/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). diff --git a/docs/macos.md b/docs/macos.md index 7e2bb18..448fb6c 100644 --- a/docs/macos.md +++ b/docs/macos.md @@ -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. -Here is a list of [Fish customizations](/fish.md). +Here is a list of [Fish customizations](/docs/fish.md). #### 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: `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).