Skip to content

Commit

Permalink
development documentation (#228)
Browse files Browse the repository at this point in the history
* contributing documentation

* refactor git URLs in docs
  • Loading branch information
PanderMusubi authored May 15, 2022
1 parent 613004a commit d2c3752
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ If you come from Flask-Bootstrap, check out
migrate to this extension.


## Contributing

For guidance on setting up a development environment and how to make a
contribution to Bootstrap-Flask, see the
[development documentation](https://bootstrap-flask.readthedocs.io/en/stable/#development)
and Flask's
[contributing guidelines](https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst).


## License

This project is licensed under the MIT License (see the `LICENSE` file for
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locally with the following commands:

.. code-block:: bash
$ git clone [email protected]:greyli/bootstrap-flask.git
$ git clone [email protected]:helloflask/bootstrap-flask.git
$ cd bootstrap-flask
$ python3 -m venv venv
$ . venv/bin/activate
Expand Down Expand Up @@ -76,7 +76,7 @@ Maintainers:
- `Pander <https://github.com/PanderMusubi>`_

See also the list of
`contributors <https://github.com/greyli/bootstrap-flask/contributors>`_
`contributors <https://github.com/helloflask/bootstrap-flask/contributors>`_
who participated in this project.


Expand Down

0 comments on commit d2c3752

Please sign in to comment.