We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600f68b commit 02d3283Copy full SHA for 02d3283
website/www/index.txt
@@ -3,7 +3,8 @@ Roundup Issue Tracker
3
4
.. raw:: html
5
6
- <span id="release_info" class="note">Download: `download`_</span>
+ <span id="release_info" class="note">Download:
7
+ <a href="http://pypi.python.org/pypi/roundup">latest</a></span>
8
<script type="text/javascript">
9
$.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
10
h = 'Download: ' + data.info.version;
0 commit comments