diff --git a/docs/source/_templates/versioning.html b/docs/source/_templates/versioning.html
index a22abd2162..5926fdbfc1 100644
--- a/docs/source/_templates/versioning.html
+++ b/docs/source/_templates/versioning.html
@@ -4,10 +4,10 @@
{%- for item in versions %}
{{ item.release }} ({{ item.name }} branch)
{%- endfor %}
- {% if legacy_versions %}
- {%- for item in legacy_versions %}
- - {{ item.release }} ({{ item.name }} branch)
- {%- endfor %}
- {%- endif %}
+{% if legacy_versions %}
{% endif %}
diff --git a/evennia/server/evennia_launcher.py b/evennia/server/evennia_launcher.py
index 26ccf623c7..0641f567ad 100644
--- a/evennia/server/evennia_launcher.py
+++ b/evennia/server/evennia_launcher.py
@@ -260,16 +260,10 @@ ERROR_DATABASE = """
ERROR_WINDOWS_WIN32API = """
ERROR: Unable to import win32api, which Twisted requires to run.
- You may download it from:
+ You may download it with pip in your Python environment:
- http://sourceforge.net/projects/pywin32/files/pywin32/
+ pip install --upgrade pywin32
- If you are running in a virtual environment, browse to the
- location of the latest win32api exe file for your computer and
- Python version and copy the url to it; then paste it into a call
- to easy_install:
-
- easy_install http://
"""
INFO_WINDOWS_BATFILE = """