Fix links

This commit is contained in:
Anders Ingemann 2014-05-10 18:02:20 +02:00
parent 0cbe057f5f
commit b5fcf13cf5
2 changed files with 11 additions and 9 deletions

View file

@ -3,6 +3,7 @@ Contributing
Do you want to contribute to the bootstrap-vz project? Nice! Here is the basic workflow: Do you want to contribute to the bootstrap-vz project? Nice! Here is the basic workflow:
* Read the [development guidelines](http://bootstrap-vz.readthedocs.org/en/master/guidelines.html)
* Fork this repository. * Fork this repository.
* Make any changes you want/need. * Make any changes you want/need.
* Check the coding style of your changes using [tox](http://tox.readthedocs.org/) by running `tox -e flake8` * Check the coding style of your changes using [tox](http://tox.readthedocs.org/) by running `tox -e flake8`

View file

@ -20,11 +20,12 @@ and learn [how you create a manifest](http://andsens.github.io/bootstrap-vz/mani
Developers Developers
---------- ----------
The API documentation can be found at [bootstrap-vz.readthedocs.org](http://bootstrap-vz.readthedocs.org). The API documentation, development guidelines and an explanation of bootstrap-vz internals
can be found at [bootstrap-vz.readthedocs.org](http://bootstrap-vz.readthedocs.org).
Contributing Contributing
------------ ------------
Contribution guidelines are described on the [CONTRIBUTING](CONTRIBUTING.md) file. Contribution guidelines are described on the [CONTRIBUTING](CONTRIBUTING.md) file. There's also a
There's also a [topic on the documentation](http://andsens.github.io/bootstrap-vz/development.html#coding_style) [topic on the documentation](http://bootstrap-vz.readthedocs.org/en/development/guidelines.html#coding-style)
regarding the coding style. regarding the coding style.