From 6ec5b70067dc3bf14e8462462341099889a7f4a0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 31 Dec 2014 21:42:47 +0100 Subject: [PATCH] Correct virtualenv links in INSTALL.asciidoc. --- doc/INSTALL.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.asciidoc b/doc/INSTALL.asciidoc index 8c8e1f7ad..58e926d74 100644 --- a/doc/INSTALL.asciidoc +++ b/doc/INSTALL.asciidoc @@ -25,7 +25,7 @@ repository (rather than a release): ---- Then run the supplied script to run qutebrowser inside a -https://virtualenv.pypa.io/en/latest/virtualenv.html[virtualenv]: +http://virtualenv.readthedocs.org/en/latest/[virtualenv]: ---- # python3 scripts/init_venv.py @@ -98,7 +98,7 @@ http://www.lfd.uci.edu/~gohlke/pythonlibs/#virtualenv[the installer from here] to install virtualenv. Then run the supplied script to run qutebrowser inside a -https://virtualenv.pypa.io/en/latest/virtualenv.html[virtualenv]: +http://virtualenv.readthedocs.org/en/latest/[virtualenv]: ---- # python3 scripts/init_venv.py