Skip to content

Commit 3c5c951

Browse files
committed
Fix docs: fix URLs whenever possible, change protocol to https
1 parent ef71834 commit 3c5c951

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

docs/source/command_ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ installed.
5757
* :ref:`scripts-postmkvirtualenv`
5858
* `requirements file format`_
5959

60-
.. _requirements file format: http://www.pip-installer.org/en/latest/requirements.html
60+
.. _requirements file format: https://pip.pypa.io/en/latest/reference/pip_install/#requirements-file-format
6161

6262
.. _command-mktmpenv:
6363

docs/source/developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Python::
8989
Add new tests by modifying an existing file or creating new script in
9090
the ``tests`` directory.
9191

92-
.. _shunit2: http://shunit2.googlecode.com/
92+
.. _shunit2: https://github.com/kward/shunit2
9393

9494
.. _tox: https://tox.testrun.org/
9595

@@ -100,7 +100,7 @@ Creating a New Template
100100

101101
virtualenvwrapper.project templates work like `virtualenvwrapper
102102
plugins
103-
<http://www.doughellmann.com/docs/virtualenvwrapper/plugins.html>`__.
103+
<https://virtualenvwrapper.readthedocs.io/en/latest/plugins.html>`__.
104104
The *entry point* group name is
105105
``virtualenvwrapper.project.template``. Configure your entry point to
106106
refer to a function that will **run** (source hooks are not supported

docs/source/extensions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ used as a project file similar to other IDEs. The emacs-desktop_
1414
plugin adds a trigger to save the current desktop file and load a new
1515
one when activating a new virtualenv using ``workon``.
1616

17-
.. _desktop-mode: http://www.emacswiki.org/emacs/DeskTop
17+
.. _desktop-mode: https://www.emacswiki.org/emacs/DeskTop
1818

19-
.. _emacs-desktop: http://www.doughellmann.com/projects/virtualenvwrapper-emacs-desktop/
19+
.. _emacs-desktop: https://pypi.python.org/pypi/virtualenvwrapper-emacs-desktop
2020

2121
.. _extensions-user_scripts:
2222

@@ -53,7 +53,7 @@ bitbucket
5353
The bitbucket_ extension automatically clones a mercurial repository
5454
from the specified bitbucket project.
5555

56-
.. _bitbucket: http://www.doughellmann.com/projects/virtualenvwrapper.bitbucket/
56+
.. _bitbucket: https://pypi.python.org/pypi/virtualenvwrapper.bitbucket
5757

5858
.. _templates-django:
5959

@@ -62,7 +62,7 @@ django
6262

6363
The django_ extension automatically creates a new Django project.
6464

65-
.. _django: http://www.doughellmann.com/projects/virtualenvwrapper.django/
65+
.. _django: https://pypi.python.org/pypi/virtualenvwrapper.django
6666

6767
SublimeText
6868
-----------

docs/source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ virtualenvwrapper |release|
88
###########################
99

1010
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
11-
<http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions
11+
<https://pypi.python.org/pypi/virtualenv>`_ tool. The extensions
1212
include wrappers for creating and deleting virtual environments and
1313
otherwise managing your development workflow, making it easier to work
1414
on more than one project at a time without introducing conflicts in
@@ -189,23 +189,23 @@ Details
189189
References
190190
==========
191191

192-
`virtualenv <http://pypi.python.org/pypi/virtualenv>`_, from Ian
192+
`virtualenv <https://pypi.python.org/pypi/virtualenv>`_, from Ian
193193
Bicking, is a pre-requisite to using these extensions.
194194

195195
For more details, refer to the column I wrote for the May 2008 issue
196196
of Python Magazine: `virtualenvwrapper | And Now For Something
197197
Completely Different
198-
<http://www.doughellmann.com/articles/CompletelyDifferent-2008-05-virtualenvwrapper/index.html>`_.
198+
<https://doughellmann.com/blog/2008/05/01/virtualenvwrapper/>`_.
199199

200200
Rich Leland has created a short `screencast
201-
<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__
201+
<http://mathematism.com/2009/07/30/presentation-pip-and-virtualenv/>`__
202202
showing off the features of virtualenvwrapper.
203203

204204
Manuel Kaufmann has `translated this documentation into Spanish
205-
<http://virtualenvwrapper-docs-es.readthedocs.org/en/latest/>`__.
205+
<https://virtualenvwrapper-docs-es.readthedocs.org/es/latest/>`__.
206206

207207
Tetsuya Morimoto has `translated this documentation into Japanese
208-
<http://virtualenvwrapper-docs-ja.readthedocs.org/en/latest/>`__.
208+
<https://virtualenvwrapper-docs-ja.readthedocs.org/en/latest/>`__.
209209

210210
=======
211211
Support

docs/source/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ which can be run under Microsoft Windows Command Prompt. This is also
3232
a separately distributed re-implementation. You can download
3333
`virtualenvwrapper-win`_ from PyPI.
3434

35-
.. _virtualenvwrapper-win: http://pypi.python.org/pypi/virtualenvwrapper-win
35+
.. _virtualenvwrapper-win: https://pypi.python.org/pypi/virtualenvwrapper-win
3636

3737
MSYS
3838
----
@@ -58,7 +58,7 @@ or::
5858
Depending on your MSYS setup, you may need to install the `MSYS mktemp
5959
binary`_ in the ``MSYS_HOME/bin`` folder.
6060

61-
.. _MSYS mktemp binary: http://sourceforge.net/projects/mingw/files/MSYS/mktemp/
61+
.. _MSYS mktemp binary: https://sourceforge.net/projects/mingw/files/MSYS/
6262

6363
PowerShell
6464
----------
@@ -69,7 +69,7 @@ with the rest of the extensions, and is largely a re-implementation
6969
(rather than an adaptation), it should be distributed separately. You
7070
can download virtualenvwrapper-powershell_ from PyPI.
7171

72-
.. _virtualenvwrapper-powershell: http://pypi.python.org/pypi/virtualenvwrapper-powershell/2.7.1
72+
.. _virtualenvwrapper-powershell: https://pypi.python.org/pypi/virtualenvwrapper-powershell
7373

7474
.. _supported-versions:
7575

@@ -104,7 +104,7 @@ or::
104104

105105
An alternative to installing it into the global site-packages is to
106106
add it to `your user local directory
107-
<http://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`__
107+
<https://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`__
108108
(usually `~/.local`).
109109

110110
::
@@ -331,4 +331,4 @@ supported. In your startup file, change ``source
331331
/usr/local/bin/virtualenvwrapper_bashrc`` to ``source
332332
/usr/local/bin/virtualenvwrapper.sh``.
333333

334-
.. _pip: http://pypi.python.org/pypi/pip
334+
.. _pip: https://pypi.python.org/pypi/pip

docs/source/plugins.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ used).
186186

187187
.. seealso::
188188

189-
* `namespace packages <http://pythonhosted.org//setuptools/setuptools.html#namespace-packages>`__
190-
* `Extensible Applications and Frameworks <http://pythonhosted.org/setuptools/setuptools.html#extensible-applications-and-frameworks>`__
189+
* `namespace packages <https://setuptools.readthedocs.io/en/latest/setuptools.html#namespace-packages>`__
190+
* `Extensible Applications and Frameworks <https://setuptools.readthedocs.io/en/latest/setuptools.html#extensible-applications-and-frameworks>`__
191191

192192
The Hook Loader
193193
---------------
@@ -256,8 +256,8 @@ messages.
256256

257257
.. seealso::
258258

259-
* `Standard library documentation for logging <http://docs.python.org/library/logging.html>`__
260-
* `PyMOTW for logging <http://www.doughellmann.com/PyMOTW/logging/>`__
259+
* `Standard library documentation for logging <https://docs.python.org/library/logging.html>`__
260+
* `PyMOTW for logging <https://www.doughellmann.com/PyMOTW/logging/>`__
261261

262262
.. _plugins-extension-points:
263263

@@ -394,6 +394,6 @@ and::
394394

395395
respectively.
396396

397-
.. _Setuptools entry points: http://pythonhosted.org//setuptools/pkg_resources.html#entry-points
397+
.. _Setuptools entry points: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
398398

399-
.. _project: http://www.doughellmann.com/projects/virtualenvwrapper.project/
399+
.. _project: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper

docs/source/tips.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and I'll add it here.
1313
zsh Prompt
1414
==========
1515

16-
From `Nat <http://www.blogger.com/profile/16779944428406910187>`_:
16+
From Nat (was blogger.com/profile/16779944428406910187):
1717

1818
Using zsh, I added some bits to ``$WORKON_HOME/post(de)activate`` to show
1919
the active virtualenv on the right side of my screen instead.
@@ -33,7 +33,7 @@ Adjust colors according to your own personal tastes or environment.
3333
Updating cached ``$PATH`` entries
3434
=================================
3535

36-
From `Nat <http://www.blogger.com/profile/16779944428406910187>`_:
36+
From Nat (was blogger.com/profile/16779944428406910187):
3737

3838
I also added the command 'rehash' to ``$WORKON_HOME/postactivate`` and
3939
``$WORKON_HOME/postdeactivate`` as I was having some problems with zsh
@@ -42,7 +42,7 @@ not picking up the new paths immediately.
4242
Creating Project Work Directories
4343
=================================
4444

45-
Via `James <http://www.blogger.com/profile/02618224969192901883>`_:
45+
Via `James <https://www.blogger.com/profile/02618224969192901883>`_:
4646

4747
In the ``postmkvirtualenv`` script I have the following to create a
4848
directory based on the project name, add that directory to the python
@@ -70,14 +70,14 @@ directory each time he runs ``cd``. If it finds a ``.venv`` file, it
7070
activates the environment named within. On leaving that directory,
7171
the current virtualenv is automatically deactivated.
7272

73-
`Harry Marr <http://www.blogger.com/profile/17141199633387157732>`__
73+
`Harry Marr <http://hmarr.com/about/>`__
7474
wrote a similar function that works with `git repositories
7575
<http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/>`__.
7676

7777
Installing Common Tools Automatically in New Environments
7878
=========================================================
7979

80-
Via `rizumu <http://rizumu.myopenid.com/>`__:
80+
Via rizumu (was rizumu.myopenid.com):
8181

8282
I have this ``postmkvirtualenv`` to install the get a basic setup.
8383

@@ -112,7 +112,7 @@ PIL, psycopg2, django-apps, numpy, etc.
112112
Changing the Default Behavior of ``cd``
113113
=======================================
114114

115-
Via `mae <http://www.blogger.com/profile/10879711379090472478>`__:
115+
Via `mae <https://www.blogger.com/profile/10879711379090472478>`__:
116116

117117
This is supposed to be executed after workon, that is as a
118118
``postactivate`` hook. It basically overrides ``cd`` to know about the
@@ -136,7 +136,7 @@ it a proper path then it will do the right thing.
136136
And to finally restore the default behaviour of ``cd`` once you
137137
bailout of a VENV via a ``deactivate`` command, you need to add this
138138
as a ``postdeactivate`` hook (`source
139-
<http://github.com/kdeldycke/dotfiles/commit/80470b>`_)::
139+
<https://github.com/kdeldycke/dotfiles/commit/80470b>`_)::
140140

141141
cd () {
142142
builtin cd "$@"

0 commit comments

Comments
 (0)