diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-04 21:20:26 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-04 21:20:26 -0700 |
commit | 635ff50e73ae789ba7594c64ee1bd060ac23f69e (patch) | |
tree | 5eb48b53c81af4b5e13ebd086e58f57ed0b6fd4b /docs | |
parent | 96461f9e71452aaeba3886a4e357e477950e89bf (diff) | |
parent | 66f225c5bb28281cd884d19c743cefd925124689 (diff) | |
download | cryptography-635ff50e73ae789ba7594c64ee1bd060ac23f69e.tar.gz cryptography-635ff50e73ae789ba7594c64ee1bd060ac23f69e.tar.bz2 cryptography-635ff50e73ae789ba7594c64ee1bd060ac23f69e.zip |
Merge branch 'master' into bind-dh
Conflicts:
cryptography/bindings/openssl/api.py
Diffstat (limited to 'docs')
-rw-r--r-- | docs/community.rst | 4 | ||||
-rw-r--r-- | docs/contributing.rst | 2 |
2 files changed, 3 insertions, 3 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/ 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 |