diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-04 20:58:07 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-04 20:58:07 -0700 |
commit | 313d5fd8e078378e851acc4fadb448f19460c8e2 (patch) | |
tree | 0d438115cece15fa18f7fc347fb1eb139ce2c643 /docs/contributing.rst | |
parent | 0f96716946c80fbaa2bab7813746baaba017f08d (diff) | |
parent | 85707941515cdf4dcc3d85da499f836ae23cc20b (diff) | |
download | cryptography-313d5fd8e078378e851acc4fadb448f19460c8e2.tar.gz cryptography-313d5fd8e078378e851acc4fadb448f19460c8e2.tar.bz2 cryptography-313d5fd8e078378e851acc4fadb448f19460c8e2.zip |
Merge pull request #89 from dstufft/rename-repo
Switch all repositories over to the new location
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |