Skip to content

Commit d8a4f4e

Browse files
committed
Merged in fix/issue-282-link-to-virtualenvwrapper (pull request #49)
Updating to links to virtualenvwrapper
2 parents 3ca89a2 + 526a465 commit d8a4f4e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
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/dhellmann/virtualenvwrapper/'
30+
bitbucket_project_url = 'http://bitbucket.org/virtualenvwrapper/virtualenvwrapper/'
3131

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

docs/source/developers.rst

Lines changed: 5 additions & 5 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/dhellmann/virtualenvwrapper/>`_. Contributions
8+
<http://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

@@ -40,25 +40,25 @@ documentation::
4040
updating environment: 0 added, 2 changed, 0 removed
4141
reading sources... [ 50%] command_ref
4242
reading sources... [100%] developers
43-
43+
4444
looking for now-outdated files... none found
4545
pickling environment... done
4646
checking consistency... done
4747
preparing documents... done
4848
writing output... [ 33%] command_ref
4949
writing output... [ 66%] developers
5050
writing output... [100%] index
51-
51+
5252
writing additional files... search
5353
copying static files... WARNING: static directory '/Users/dhellmann/Devel/virtualenvwrapper/plugins/docs/sphinx/pkg/static' does not exist
5454
done
5555
dumping search index... done
5656
dumping object inventory... done
5757
build succeeded, 1 warning.
58-
58+
5959
Build finished. The HTML pages are in build/html.
6060
cp -r docs/build/html virtualenvwrapper/docs
61-
61+
6262
The output version of the documentation ends up in
6363
``./virtualenvwrapper/docs`` inside your sandbox.
6464

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Switch between environments with ``workon``::
103103
(env2)$ workon env1
104104
(env1)$ echo $VIRTUAL_ENV
105105
/Users/dhellmann/Envs/env1
106-
(env1)$
106+
(env1)$
107107

108108
The ``workon`` command also includes tab completion for the
109109
environment names, and invokes customization scripts as an environment
@@ -155,7 +155,7 @@ created, letting you automatically install commonly-used tools.
155155
Installing sphinx-build script to /Users/dhellmann/Envs/env3/bin
156156
Installing sphinx-quickstart script to /Users/dhellmann/Envs/env3/bin
157157
Installing sphinx-autogen script to /Users/dhellmann/Envs/env3/bin
158-
Successfully installed docutils Jinja2 Pygments sphinx (env3)$
158+
Successfully installed docutils Jinja2 Pygments sphinx (env3)$
159159
(venv3)$ which sphinx-build
160160
/Users/dhellmann/Envs/env3/bin/sphinx-build
161161

@@ -213,10 +213,10 @@ Support
213213

214214
Join the `virtualenvwrapper Google Group
215215
<http://groups.google.com/group/virtualenvwrapper/>`__ to discuss
216-
issues and features.
216+
issues and features.
217217

218218
Report bugs via the `bug tracker on BitBucket
219-
<http://bitbucket.org/dhellmann/virtualenvwrapper/>`__.
219+
<http://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`__.
220220

221221
Shell Aliases
222222
=============

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ request through the `bitbucket project page`_. If you write a clone to
2222
work with an incompatible shell, let me know and I will link to it
2323
from this page.
2424

25-
.. _bitbucket project page: https://bitbucket.org/dhellmann/virtualenvwrapper/
25+
.. _bitbucket project page: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/
2626

2727
Windows Command Prompt
2828
----------------------
@@ -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: http://pypi.python.org/pypi/virtualenvwrapper-win
3636

3737
MSYS
3838
----

docs/source/tips.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This is a list of user-contributed tips for making virtualenv and
88
virtualenvwrapper even more useful. If you have tip to share, drop me
99
an email or post a comment on `this blog post
10-
<http://blog.doughellmann.com/2010/01/virtualenvwrapper-tips-and-tricks.html>`__
10+
<https://doughellmann.com/blog/2010/01/12/virtualenvwrapper-tips-and-tricks/>`__
1111
and I'll add it here.
1212

1313
zsh Prompt
@@ -135,7 +135,7 @@ it a proper path then it will do the right thing.
135135

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
138-
as a ``postdeactivate`` hook (`source
138+
as a ``postdeactivate`` hook (`source
139139
<http://github.com/kdeldycke/dotfiles/commit/80470b>`_)::
140140

141141
cd () {

0 commit comments

Comments
 (0)