Skip to content

Commit 5eb8b72

Browse files
committed
Docs fixes
Signed-off-by: Jason Myers <[email protected]>
1 parent d8a4f4e commit 5eb8b72

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# ones.
2828
extensions = ['sphinxcontrib.bitbucket']
2929

30-
bitbucket_project_url = 'http://bitbucket.org/virtualenvwrapper/virtualenvwrapper/'
30+
bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/'
3131

3232
# Add any paths that contain templates here, relative to this directory.
3333
# templates_path = ['pkg/templates']

docs/source/design.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ far I have dealt with the ports by encouraging other developers to
147147
handle them, and then trying to link to and otherwise promote the
148148
results.
149149

150-
.. _fish: http://ridiculousfish.com/shell/
150+
.. _fish: https://fishshell.com/
151151

152152
Not As Bad As It Seems
153153
======================
@@ -169,10 +169,10 @@ what virtualenvwrapper is doing, it's a natural fit.
169169
* `Environment variable`_ on Wikipedia
170170
* `Linux implementation of fork()`_
171171

172-
.. _Advanced Programming in the UNIX Environment: http://www.amazon.com/gp/product/0321637739/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0321637739&linkCode=as2&tag=hellflynet-20
172+
.. _Advanced Programming in the UNIX Environment: https://www.amazon.com/gp/product/0321637739/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0321637739&linkCode=as2&tag=hellflynet-20
173173

174-
.. _Fork (operating system): http://en.wikipedia.org/wiki/Fork_(operating_system)
174+
.. _Fork (operating system): https://en.wikipedia.org/wiki/Fork_(operating_system)
175175

176-
.. _Environment variable: http://en.wikipedia.org/wiki/Environment_variable
176+
.. _Environment variable: https://en.wikipedia.org/wiki/Environment_variable
177177

178178
.. _Linux implementation of fork(): https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/kernel/fork.c?id=refs/tags/v3.9-rc8#n1558

docs/source/developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For Developers
55
If you would like to contribute to virtualenvwrapper directly, these
66
instructions should help you get started. Patches, bug reports, and
77
feature requests are all welcome through the `BitBucket site
8-
<http://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`_. Contributions
8+
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`_. Contributions
99
in the form of patches or pull requests are easier to integrate and
1010
will receive priority attention.
1111

@@ -91,7 +91,7 @@ the ``tests`` directory.
9191

9292
.. _shunit2: http://shunit2.googlecode.com/
9393

94-
.. _tox: http://codespeak.net/tox
94+
.. _tox: https://tox.testrun.org/
9595

9696
.. _developer-templates:
9797

0 commit comments

Comments
 (0)