Skip to content

Commit 7c121c3

Browse files
committed
Fix documentation references to the old repository
1 parent 9fe2f34 commit 7c121c3

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

docs/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 id="logo"><a href="{{ pathto('index') }}"
5454
<li><a href="{{ pathto('index') }}">Documentation</a></li>
5555
<li><a href="{{ pathto('faq') }}">FAQ</a></li>
5656
<li><a href="http://groups.google.com/group/wtforms/">Mailing List</a></li>
57-
<li><a href="http://bitbucket.org/simplecodes/wtforms/">Code</a></li>
57+
<li><a href="http://github.com/wtforms/wtforms/">Code</a></li>
5858
</ul>
5959
</div>
6060
<div id="content">

docs/crash_course.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ You can also `download`_ WTForms manually
3838
from PyPI and then run ``python setup.py install``.
3939

4040
If you're the sort that likes to risk it all and run the latest version from
41-
Mercurial, you can grab a `packaged up version`_
42-
of the tip, or head over to `Bitbucket`_
43-
and clone the repository.
41+
Git, you can grab a `packaged up version`_ of the tip, or head over
42+
to the `project page`_ and clone the repository.
4443

4544
.. _download: http://pypi.python.org/pypi/WTForms
46-
.. _packaged up version: http://bitbucket.org/simplecodes/wtforms/get/tip.zip
47-
.. _Bitbucket: http://bitbucket.org/simplecodes/wtforms
45+
.. _packaged up version: https://github.com/wtforms/wtforms/archive/develop.zip
46+
.. _project page: http://github.com/wtforms/wtforms
4847

4948

5049
Key Concepts

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ know on the `mailing list`_. For bugs and feature requests, you can file a
7878
ticket on the `project page`_.
7979

8080
.. _mailing list: http://groups.google.com/group/wtforms
81-
.. _project page: http://bitbucket.org/simplecodes/wtforms
81+
.. _project page: http://github.com/wtforms/wtforms
8282

8383

8484
How do I mark in a template when a field is required?

0 commit comments

Comments
 (0)