Prechádzať zdrojové kódy

docs: Update contributing readme with new url for install docs. (#3254)

docs: update contirbuting readme with new url for install docs
Josh 2 rokov pred
rodič
commit
003060824b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -10,7 +10,7 @@ One of the best ways to begin contributing in a meaningful way is by helping fin
 
 ## Getting Started
 
-1. Follow the [Installation](https://www.lunarvim.org/01-installing.html) guide
+1. Follow the [Installation](https://www.lunarvim.org/docs/installation) guide
 2. Link your fork with the repository `git remote add upstream https://github.com/lunarvim/LunarVim.git`, or use `gh fork`
 3. That's it! You can now `git fetch upstream` and `git rebase [-i] upstream/rolling` to update your branches with the latest contributions.