diff options
author | Carol Willing <carolcode@willingconsulting.com> | 2015-10-10 09:00:16 -0700 |
---|---|---|
committer | Carol Willing <carolcode@willingconsulting.com> | 2015-10-10 09:17:10 -0700 |
commit | 955822ec96543b4993ecb4110f12cf9ef809b9bd (patch) | |
tree | f74c1d15df5b0ef33bc76d07cb618053bd4c78ef | |
parent | 290f4b01f845a52b25450bcf7c025dc7eed513c1 (diff) | |
download | virtualenv-955822ec96543b4993ecb4110f12cf9ef809b9bd.tar.gz |
Fix bad links to virtualenvwrapper
-rw-r--r-- | docs/index.rst | 4 |
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. |