diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2013-07-02 20:43:53 +0400 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2013-07-02 20:43:53 +0400 |
| commit | 7f4e6d1840684eae03ba0f3ad458c3b80f153cd0 (patch) | |
| tree | 2619b6f386ee9b29dc953528c05de40f14d791da | |
| parent | 1eee1ce6bb658dc769a44d8dcded10fbc01ce0c8 (diff) | |
| download | eventlet-7f4e6d1840684eae03ba0f3ad458c3b80f153cd0.tar.gz | |
doc: fix 0.13 release PyPi tarball link
| -rw-r--r-- | doc/real_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/real_index.html b/doc/real_index.html index a018eb0..d06c070 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -41,7 +41,7 @@ easy_install eventlet <p>Alternately, you can download the source tarball from <a href="https://pypi.python.org/pypi/eventlet/">PyPi</a>: <ul> -<li><a href="https://pypi.python.org/packages/source/e/eventlet/eventlet-0.13.tar.gz">eventlet-0.13.tar.gz</a></li> +<li><a href="https://pypi.python.org/packages/source/e/eventlet/eventlet-0.13.0.tar.gz">eventlet-0.13.0.tar.gz</a></li> </ul> </p> |
