Skip to content

Commit 6c1824d

Browse files
CloudChaoszeroeigenfoo
authored andcommitted
Update Read-the-docs hyperlink to .org latest version instead of .io version (#3704)
1 parent c412736 commit 6c1824d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The preferred workflow for contributing to PyMC3 is to fork the [GitHub reposito
4343

4444
Always use a ``feature`` branch. It's good practice to never routinely work on the ``master`` branch of any repository.
4545

46-
4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. To set up a development environment, you may (probably in a [virtual environment](http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/)) run:
46+
4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. To set up a development environment, you may (probably in a [virtual environment](https://docs.python-guide.org/dev/virtualenvs/) run:
4747

4848
```bash
4949
$ pip install -r requirements.txt

0 commit comments

Comments
 (0)