diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-02 09:37:42 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-02 09:37:42 -0800 |
commit | 35a88a2e1d7031d5e61655ef5694822ea163ec24 (patch) | |
tree | c21b8bdc323b172eca0316a7516f7dfdbe2e6210 | |
parent | 43b4f1c43298ee8804396c89f1684a1012b87ead (diff) | |
parent | e8fc29fcb527ea107534b92b15efe52ae0e752fc (diff) | |
download | cryptography-35a88a2e1d7031d5e61655ef5694822ea163ec24.tar.gz cryptography-35a88a2e1d7031d5e61655ef5694822ea163ec24.tar.bz2 cryptography-35a88a2e1d7031d5e61655ef5694822ea163ec24.zip |
Merge pull request #710 from reaperhulk/fix-contributing-links
link the CONTRIBUTING.rst to the development section of our docs
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b47f77e5..6cd409a1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,9 +10,9 @@ Examples of contributions include: * Bug reports and patch reviews Extensive contribution guidelines are available in the repository at -``docs/contributing.rst``, or online at: +``docs/development/index.rst``, or online at: -https://cryptography.io/en/latest/contributing/ +https://cryptography.io/en/latest/development/ Security issues --------------- |