diff options
author | Josh <[email protected]> | 2022-10-16 16:44:50 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-17 00:44:50 +0200 |
commit | 003060824b4830532f5efad0dbb73bf493b741a8 (patch) | |
tree | a6da9b20e8c3b2ada9cc720556bc3e1b3561709a /CONTRIBUTING.md | |
parent | 7715900525e5cfd7b210f9de8dd2fb25fe37b512 (diff) |
docs: Update contributing readme with new url for install docs. (#3254)
docs: update contirbuting readme with new url for install docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9df262b8..21ef9a8d 100644 --- a/CONTRIBUTING.md +++ b/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. |