From 8c67763a1bf54889e6b6ade76b0c2ad3a472f2cf Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 7 Jun 2018 18:20:56 +0200 Subject: [PATCH] fix link in docs --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index fad98c6..8bd5623 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,7 +44,7 @@ following things are installed: - Python 3.4+ and pip. - ``libxml`` and ``libxslt`` - ``zlib`` -- `Rust `, the programming language, together with +- `Rust `_, the programming language, together with its package manager ``cargo``. - Linux or OS X. **Windows is not supported**, see :gh:`535`.