Explorar el Código

Updated Old Links

Yoginth hace 7 años
padre
commit
68e2512890
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ When in doubt, ask a [core team member](#core-team)! You can mention us in any i
 
 ### How to contribute
 
-1.  Fork the project & clone locally. Follow the initial setup [here](#getting-started).
+1.  Fork the project & clone locally. Follow the initial setup [here](docs/INSTALLATION.md).
 2.  Create a branch, naming it either a feature or bug: `git checkout -b feature/that-new-feature` or `bug/fixing-that-bug`
 3.  Code and commit your changes. Bonus points if you write a [good commit message](https://chris.beams.io/posts/git-commit/): `git commit -m 'Add some feature'`
 4.  Push to the branch: `git push origin feature/that-new-feature`