diff options
| author | Kumar McMillan | 2014-02-28 16:35:03 -0600 | 
|---|---|---|
| committer | Kumar McMillan | 2014-02-28 16:35:03 -0600 | 
| commit | e2857bdcffce612814e4cc35bef6f97ce5f39e77 (patch) | |
| tree | 93ebdcd2d9032c4ee571c6a7b9eca276b7955a7c | |
| parent | f5f4c1a837f3ead760742bb8d783eaf78ce389e0 (diff) | |
| download | django-rest-framework-e2857bdcffce612814e4cc35bef6f97ce5f39e77.tar.bz2 | |
Fix link to tox
| -rw-r--r-- | docs/topics/contributing.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index 0255c484..18a05050 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -67,7 +67,7 @@ To run the tests, clone the repository, and then:      # Run the tests      rest_framework/runtests/runtests.py -You can also use the excellent `[tox][tox]` testing tool to run the tests against all supported versions of Python and Django.  Install `tox` globally, and then simply run: +You can also use the excellent [tox][tox] testing tool to run the tests against all supported versions of Python and Django.  Install `tox` globally, and then simply run:      tox | 
