浏览代码

fix: add proper installation link (#1665)

Binx 3 年之前
父节点
当前提交
fe6e7591d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

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