summaryrefslogtreecommitdiff
path: root/docs/tools/templates/indexcontent.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tools/templates/indexcontent.html')
-rw-r--r--docs/tools/templates/indexcontent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index 2ece841..3217110 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -7,7 +7,7 @@
<ul>
{% if 'dev' in release %}<li>Stable release available at <a href="http://urwid.org/">http://urwid.org</a></li>
{% else %}
-<li><a href="https://pypi.python.org/packages/source/u/urwid/urwid-{{ release }}.tar.gz"
+<li><a href="https://pypi.org/packages/source/u/urwid/urwid-{{ release }}.tar.gz"
>Download: urwid-{{ release }}.tar.gz</a></li>
{% endif %}
<li><a href="changelog.html">Changelog</a>
@@ -18,7 +18,7 @@
<ul>
<li><a href="http://github.com/urwid/urwid">Github page</a></li>
<li><a href="http://github.com/urwid/urwid/issues">Issues</a></li>
-<li><a href="http://webchat.oftc.net/?channels=%23urwid">IRC: <code>#urwid on irc.oftc.net</code></a></li>
+<li><a href="https://gitter.im/urwid/community">IRC: <code>#urwid/community on gitter.im</code></a></li>
<li><a href="https://groups.google.com/a/excess.org/d/forum/urwid">Mailing list</a>
(or email <a href="mailto:urwid+subscribe@excess.org">urwid+subscribe@excess.org</a>)</li>
</ul>
@@ -37,7 +37,7 @@
<div class="section" id="requirements">
<h3>Requirements</h3>
<ul>
-<li>Python 2.6, 2.7, 3.2+ or PyPy</li>
+<li>Python 2.7, 3.4+ or PyPy</li>
<li>Linux, OSX, Cygwin or other unix-like OS</li>
<li>python-gi for GlibEventLoop (optional)</li>
<li>Twisted for TwistedEventLoop (optional)</li>