summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 12:46:13 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 12:46:13 +0200
commit09b7a89979aa48a1c9ab76696473d0aac8cc9923 (patch)
treeaacaf340ac1177be06fc982844d1be10c7cb4cb1
parentb30138078f76cd532e7bbef6548f0d5fac71d3a1 (diff)
downloadpysendfile-09b7a89979aa48a1c9ab76696473d0aac8cc9923.tar.gz
update doc links
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f0a3df9..e4c39cc 100644
--- a/README.rst
+++ b/README.rst
@@ -163,8 +163,8 @@ Differences with send()
have the same meaning though: EAGAIN, EWOULDBLOCK, EBUSY meaning you are
supposed to retry, ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED in case of
disconnection. Some examples:
- `benchmark script <https://github.com/giampaolo/pysendfile/blob/master/test/benchmark.py#L178>`__,
- `test suite <https://github.com/giampaolo/pysendfile/blob/master/test/test_sendfile.py#L204>`__,
+ `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>`__,
`pyftpdlib wrapper <http://code.google.com/p/pyftpdlib/source/browse/tags/release-0.7.0/pyftpdlib/ftpserver.py#1035>`__.
===================