diff options
author | David Reid <dreid@dreid.org> | 2013-11-06 11:45:39 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-11-06 11:45:39 -0800 |
commit | ab0bf18f37567ef3e9c50191938278630e390f29 (patch) | |
tree | 6a67a7bc9a3891dc0000f37767f7f4bd16e15dd6 /docs | |
parent | 30eff66f48189671740f6f1a423454c68dcb9ae8 (diff) | |
parent | a05358d2d82c79124a4e2f13f73ea378c7ae7c71 (diff) | |
download | cryptography-ab0bf18f37567ef3e9c50191938278630e390f29.tar.gz cryptography-ab0bf18f37567ef3e9c50191938278630e390f29.tar.bz2 cryptography-ab0bf18f37567ef3e9c50191938278630e390f29.zip |
Merge pull request #228 from alex/use-sphinx-link
Refer to the sphinx site, rather than the docutils one, for a reST prime...
Diffstat (limited to 'docs')
-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 e1475b88..3b301842 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -206,4 +206,4 @@ The HTML documentation index can now be found at ``docs/_build/html/index.html`` .. _`virtualenv`: https://pypi.python.org/pypi/virtualenv .. _`pip`: https://pypi.python.org/pypi/pip .. _`sphinx`: https://pypi.python.org/pypi/sphinx -.. _`reStructured Text`: http://docutils.sourceforge.net/rst.html +.. _`reStructured Text`: http://sphinx-doc.org/rest.html |