Skip to content

Commit c5e3767

Browse files
author
kuyan
committed
Update virtualenvwrapper documentation links.
1 parent 0b89708 commit c5e3767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/virtualenvs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ where they were placed.
6060
virtualenvwrapper
6161
-----------------
6262

63-
`virtualenvwrapper <http://www.doughellmann.com/projects/virtualenvwrapper/>`_
63+
`virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/index.html>`_
6464
provides a set of commands which makes working with virtual environments much
6565
more pleasant. It also places all your virtual environments in one place.
6666

@@ -72,7 +72,7 @@ To install (make sure **virtualenv** is already installed):
7272
$ export WORKON_HOME=~/Envs
7373
$ source /usr/local/bin/virtualenvwrapper.sh
7474
75-
(`Full virtualenvwrapper install instructions <http://www.doughellmann.com/docs/virtualenvwrapper/#introduction>`_.)
75+
(`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_.)
7676

7777
For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell>`_ clone.
7878

@@ -136,7 +136,7 @@ Other useful commands
136136
``lssitepackages``
137137
Shows contents of ``site-packages`` directory.
138138

139-
`Full list of virtualenvwrapper commands <http://www.doughellmann.com/docs/virtualenvwrapper/command_ref.html#managing-environments>`_.
139+
`Full list of virtualenvwrapper commands <http://virtualenvwrapper.readthedocs.org/en/latest/command_ref.html>`_.
140140

141141
autoenv
142142
-------

0 commit comments

Comments
 (0)