summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 12:48:02 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 12:48:02 +0200
commit2dd584f13f4139d5d4336bd7ee7f3d4a0e3f0bc8 (patch)
tree1350afdc722a7d243ba414adc3b73bb495330dc8
parent09b7a89979aa48a1c9ab76696473d0aac8cc9923 (diff)
downloadpysendfile-2dd584f13f4139d5d4336bd7ee7f3d4a0e3f0bc8.tar.gz
update doc links
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e4c39cc..cc24a42 100644
--- a/README.rst
+++ b/README.rst
@@ -164,7 +164,7 @@ Differences with send()
supposed to retry, ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED in case of
disconnection. Some examples:
`benchmark script <https://github.com/giampaolo/pysendfile/blob/release-2.0.1/test/benchmark.py#L182>`__,
- `test suite <https://github.com/giampaolo/pysendfile/blob/release-2.0.1/test/test_sendfile.py#L224>`__,
+ `test suite <https://github.com/giampaolo/pysendfile/blob/release-2.0.1/test/test_sendfile.py#L202>`__,
`pyftpdlib wrapper <http://code.google.com/p/pyftpdlib/source/browse/tags/release-0.7.0/pyftpdlib/ftpserver.py#1035>`__.
===================