Selaa lähdekoodia

update contributing for org

Chris 4 vuotta sitten
vanhempi
commit
b8145d8f60
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      CONTRIBUTING.md

+ 3 - 3
CONTRIBUTING.md

@@ -1,6 +1,6 @@
 # Contributing to LunarVim
 # Contributing to LunarVim
 
 
-Welcome to the LunarVim contributing guide. We are excited about the prospect of you joining our [community](https://github.com/ChristianChiarulli/LunarVim/graphs/contributors)!
+Welcome to the LunarVim contributing guide. We are excited about the prospect of you joining our [community](https://github.com/lunarvim/LunarVim/graphs/contributors)!
 
 
 There are many opportunities to contributing to the project at any level. Every contribution is highly valued and no contribution is too small.
 There are many opportunities to contributing to the project at any level. Every contribution is highly valued and no contribution is too small.
 
 
@@ -11,8 +11,8 @@ 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/ChristianChiarulli/LunarVim/wiki/Installation) guide
-3. Link your fork with the repository `git remote add upstream https://github.com/ChristianChiarulli/LunarVim.git`
+2. Follow the [Installation](https://github.com/lunarvim/LunarVim/wiki/Installation) guide
+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.
 
 
 ## Setting up development tools
 ## Setting up development tools