aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-10-04 23:55:27 -0400
committerDonald Stufft <donald@stufft.io>2013-10-04 23:55:27 -0400
commit85707941515cdf4dcc3d85da499f836ae23cc20b (patch)
tree0d438115cece15fa18f7fc347fb1eb139ce2c643
parent0f96716946c80fbaa2bab7813746baaba017f08d (diff)
downloadcryptography-85707941515cdf4dcc3d85da499f836ae23cc20b.tar.gz
cryptography-85707941515cdf4dcc3d85da499f836ae23cc20b.tar.bz2
cryptography-85707941515cdf4dcc3d85da499f836ae23cc20b.zip
Switch all repositories over to the new location
-rw-r--r--README.rst8
-rw-r--r--cryptography/__about__.py2
-rw-r--r--docs/community.rst4
-rw-r--r--docs/contributing.rst2
4 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 9188106e..9e5f67ed 100644
--- a/README.rst
+++ b/README.rst
@@ -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.
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 6499ff2b..e5eca6c6 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -20,7 +20,7 @@ __all__ = [
__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"
diff --git a/docs/community.rst b/docs/community.rst
index 809ffd12..86ba5055 100644
--- a/docs/community.rst
+++ b/docs/community.rst
@@ -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/
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 9dd14c23..8f6a178e 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -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