diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-04-01 09:16:41 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-04-01 08:16:41 -0500 |
commit | b9051a353237c0a9e38d9f6561679128680b8f55 (patch) | |
tree | c9e5b972defd6929fa1a810ae4e9d579c650770d /docs/development | |
parent | 99470a46488d86855a189cc07a012fb96dfd47f2 (diff) | |
download | cryptography-b9051a353237c0a9e38d9f6561679128680b8f55.tar.gz cryptography-b9051a353237c0a9e38d9f6561679128680b8f55.tar.bz2 cryptography-b9051a353237c0a9e38d9f6561679128680b8f55.zip |
updated link to sphinx docs (#4181)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/getting-started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 55dfd6cb..415f5d8e 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -111,5 +111,5 @@ The HTML documentation index can now be found at .. _`virtualenv`: https://pypi.python.org/pypi/virtualenv .. _`pip`: https://pypi.python.org/pypi/pip .. _`sphinx`: https://pypi.python.org/pypi/Sphinx -.. _`reStructured Text`: http://sphinx-doc.org/rest.html +.. _`reStructured Text`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html .. _`this Github issue`: https://github.com/rfk/pyenchant/issues/42 |