Skip to content

Commit

Permalink
Switch all repositories over to the new location
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Oct 5, 2013
1 parent 0f96716 commit 8570794
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Cryptography
============

.. image:: https://travis-ci.org/alex/cryptography.png?branch=master
:target: https://travis-ci.org/alex/cryptography
.. image:: https://travis-ci.org/pyca/cryptography.png?branch=master
:target: https://travis-ci.org/pyca/cryptography

.. image:: https://coveralls.io/repos/alex/cryptography/badge.png?branch=master
:target: https://coveralls.io/r/alex/cryptography?branch=master
.. image:: https://coveralls.io/repos/pyca/cryptography/badge.png?branch=master
:target: https://coveralls.io/r/pyca/cryptography?branch=master

``cryptography`` is a package designed to expose cryptographic primitives and
recipes to Python developers.
Expand Down
2 changes: 1 addition & 1 deletion cryptography/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__title__ = "cryptography"
__summary__ = ("cryptography is a package designed to expose cryptographic "
"primitives and recipes to Python developers.")
__uri__ = "https://github.com/alex/cryptography"
__uri__ = "https://github.com/pyca/cryptography"

__version__ = "0.1.dev1"

Expand Down
4 changes: 2 additions & 2 deletions docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ You can find ``cryptography`` all over the web:
* IRC: ``#cryptography-dev`` on ``irc.freenode.net``

.. _`Mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev
.. _`Source code`: https://github.com/alex/cryptography
.. _`Issue tracker`: https://github.com/alex/cryptography/issues
.. _`Source code`: https://github.com/pyca/cryptography
.. _`Issue tracker`: https://github.com/pyca/cryptography/issues
.. _`Documentation`: https://cryptography.readthedocs.org/
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Use `tox`_ to build the documentation. For example:
The HTML documentation index can now be found at ``docs/_build/html/index.html``


.. _`GitHub`: https://github.com/alex/cryptography
.. _`GitHub`: https://github.com/pyca/cryptography
.. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev
.. _`PEP 8`: http://www.peps.io/8/
.. _`syntax`: http://sphinx-doc.org/domains.html#info-field-lists
Expand Down

0 comments on commit 8570794

Please sign in to comment.