summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2015-10-11 03:50:30 +1100
committerMatt Iversen <teh.ivo@gmail.com>2015-10-11 03:50:30 +1100
commitcba89a145a36a836b8060752e47dee89fd079ad4 (patch)
treef74c1d15df5b0ef33bc76d07cb618053bd4c78ef
parent290f4b01f845a52b25450bcf7c025dc7eed513c1 (diff)
parent955822ec96543b4993ecb4110f12cf9ef809b9bd (diff)
downloadvirtualenv-cba89a145a36a836b8060752e47dee89fd079ad4.tar.gz
Merge pull request #806 from willingc/doc-fixlink
Fix bad links to virtualenvwrapper in docs
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 04f7191..e745a87 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -77,8 +77,8 @@ Other Documentation and Links
He also wrote `an example of using virtualenv to try IPython`__.
.. _virtualenvwrapper: https://pypi.python.org/pypi/virtualenvwrapper/
- .. __: http://www.doughellmann.com/articles/CompletelyDifferent-2008-05-virtualenvwrapper/index.html
- .. __: http://www.doughellmann.com/articles/CompletelyDifferent-2008-02-ipython-and-virtualenv/index.html
+ .. __: https://doughellmann.com/blog/2008/05/01/virtualenvwrapper/
+ .. __: https://doughellmann.com/blog/2008/02/01/ipython-and-virtualenv/
* `Pew`_ is another wrapper for virtualenv that makes use of a different
activation technique.