Fix #603 - Fix broken 'Tips for how to use jedi efficiently' link in README.md

This commit is contained in:
Ronan Jouchet
2015-08-26 21:58:25 -04:00
parent 3c1cfff1e4
commit c2f8e1846e

View File

@@ -96,7 +96,7 @@ You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3 or 3.4, but it should also
understand/parse code older than those versions.
Tips on how to use Jedi efficiently can be found `here
<https://jedi.readthedocs.org/en/latest/docs/recipes.html>`_.
<https://jedi.readthedocs.org/en/latest/docs/features.html#recipes>`_.
API
---