diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-04 21:12:10 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-04 21:12:10 -0700 |
commit | 89ce40612a1e88e894901c0a86a17c0e55043689 (patch) | |
tree | e36e43b031da8d3c7727f03552aa494a1f7faada /docs/community.rst | |
parent | ce916866892230ac6e2e793e4b1a59eb5424a0ff (diff) | |
parent | 07877f48d4e04e456b708b8e8bdf9e8feff79837 (diff) | |
download | cryptography-89ce40612a1e88e894901c0a86a17c0e55043689.tar.gz cryptography-89ce40612a1e88e894901c0a86a17c0e55043689.tar.bz2 cryptography-89ce40612a1e88e894901c0a86a17c0e55043689.zip |
Merge branch 'master' into bind-dsa
Conflicts:
cryptography/bindings/openssl/api.py
Diffstat (limited to 'docs/community.rst')
-rw-r--r-- | docs/community.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |