diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-20 10:57:33 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-20 10:57:33 -0700 |
commit | e58820924094b8846bf739c2eb66f049a9a75939 (patch) | |
tree | 27d422cf6ad4e9e7508e0b3d7ea1198018561089 | |
parent | 86354979d311b513d5eb4aa3d35693255e60b450 (diff) | |
parent | bf9df01971d5d154c170fa873d9829e5cb2795ec (diff) | |
download | cryptography-e58820924094b8846bf739c2eb66f049a9a75939.tar.gz cryptography-e58820924094b8846bf739c2eb66f049a9a75939.tar.bz2 cryptography-e58820924094b8846bf739c2eb66f049a9a75939.zip |
Merge pull request #146 from dstufft/use-cryptography-io
Use the https://cryptography.io domain name
-rw-r--r-- | CONTRIBUTING.rst | 2 | ||||
-rw-r--r-- | README.rst | 5 | ||||
-rw-r--r-- | docs/community.rst | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9575e845..9f63250f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -12,4 +12,4 @@ Examples of contributions include: Extensive contribution guidelines are available in the repository at ``docs/contributing.rst``, or online at: -https://cryptography.readthedocs.org/en/latest/contributing/ +https://cryptography.io/en/latest/contributing/ @@ -15,7 +15,10 @@ yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy. You can find more documentation at `Read The Docs`_. -.. _`Read The Docs`: https://cryptography.readthedocs.org/ +You can find more information in the `documentation`_. + +.. _`documentation`: https://cryptography.io/ + Discussion ~~~~~~~~~~ diff --git a/docs/community.rst b/docs/community.rst index 86ba5055..552318da 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -12,4 +12,4 @@ You can find ``cryptography`` all over the web: .. _`Mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev .. _`Source code`: https://github.com/pyca/cryptography .. _`Issue tracker`: https://github.com/pyca/cryptography/issues -.. _`Documentation`: https://cryptography.readthedocs.org/ +.. _`Documentation`: https://cryptography.io/ |