From c2f8e1846e175e931ceec43c2c35cc2d61325a35 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 26 Aug 2015 21:58:25 -0400 Subject: [PATCH] Fix #603 - Fix broken 'Tips for how to use jedi efficiently' link in README.md --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 774a4d85..f465f6b8 100644 --- a/README.rst +++ b/README.rst @@ -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 -`_. +`_. API ---