mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix links
This commit is contained in:
parent
0cbe057f5f
commit
b5fcf13cf5
2 changed files with 11 additions and 9 deletions
|
@ -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`
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue