diff options
| author | Kiran Subbaraman <kirsn@users.noreply.github.com> | 2017-08-28 13:41:10 +0530 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2019-10-03 18:58:37 +0200 |
| commit | 4969a71f7fd45089a92763ca77c80aac0e530944 (patch) | |
| tree | 8c0bc72d63ff35658815227a30e998615f68386d /docs | |
| parent | 743776371a7667b13b22c3c601089c4b1cb41d74 (diff) | |
| download | tablib-4969a71f7fd45089a92763ca77c80aac0e530944.tar.gz | |
`Nose` link corrected
It now points to https://github.com/nose-devs/nose
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst index e3767fa..9b8c770 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -170,7 +170,7 @@ Once installed, we can generate our xUnit report with a single command. This will generate a **nosetests.xml** file, which can then be analyzed. -.. _Nose: http://somethingaboutorange.com/mrl/projects/nose/ +.. _Nose: https://github.com/nose-devs/nose |
