Edited wiki page EnvironmentConfig through web user interface.
diff --git a/EnvironmentConfig.wiki b/EnvironmentConfig.wiki
index c89ffdf..fcc4239 100644
--- a/EnvironmentConfig.wiki
+++ b/EnvironmentConfig.wiki
@@ -3,7 +3,7 @@
 
 = Overview =
 
-Project configuration management, particularly with Python, is often the source of lots of frustration and leads to cases of the infamous "it works on my machine" syndrome. Thankfully tools exist to help ease the process; in this case, [https://pypi.python.org/pypi/virtualenv]Virtualenv and [https://pypi.python.org/pypi/pip]Pip can be used in conjunction with Melange (and others) to keep the project isolated from your machine's dependencies and configuration while making it easier for others to duplicate your workflow and environment.
+Project configuration management, particularly with Python, is often the source of lots of frustration and leads to cases of the infamous "it works on my machine" syndrome. Thankfully tools exist to help ease the process; in this case, [https://pypi.python.org/pypi/virtualenv] (Virtualenv) and [https://pypi.python.org/pypi/pip] (Pip) can be used in conjunction with Melange (and others) to keep the project isolated from your machine's dependencies and configuration while making it easier for others to duplicate your workflow and environment.
 
 = Setup =