aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorNic Young <nryoung@gmail.com>2014-06-12 08:25:42 -0600
committerNic Young <nryoung@gmail.com>2014-06-12 08:25:42 -0600
commit96fb53373500a055c51137cb02145c8b8081119a (patch)
tree3a06ec4753972a4fb9c81e822ad3af78fd8a785b /docs/development
parent87aae81245727606e827eeb228d12c9bab6178dc (diff)
downloadcryptography-96fb53373500a055c51137cb02145c8b8081119a.tar.gz
cryptography-96fb53373500a055c51137cb02145c8b8081119a.tar.bz2
cryptography-96fb53373500a055c51137cb02145c8b8081119a.zip
Fix other typo and use doc link instead
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/getting-started.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index f036534a..4337b47c 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -2,7 +2,7 @@ Getting started
===============
Working on ``cryptography`` requires the installation of a small number of
-development dependencies in addition to the depedencies for `installation`_.
+development dependencies in addition to the dependencies for :doc:`/installation`.
These are listed in ``dev-requirements.txt`` and they can be installed in a
`virtualenv`_ using `pip`_. Once you've installed the dependencies, install
``cryptography`` in ``editable`` mode. For example:
@@ -88,4 +88,3 @@ The HTML documentation index can now be found at
.. _`pip`: https://pypi.python.org/pypi/pip
.. _`sphinx`: https://pypi.python.org/pypi/Sphinx
.. _`reStructured Text`: http://sphinx-doc.org/rest.html
-.. _`installation`: https://cryptography.io/en/latest/installation/