From bf62eebca48c37c4026ff5b9730f37126af3f44b Mon Sep 17 00:00:00 2001 From: rogererens Date: Tue, 25 Jun 2013 02:54:59 +0300 Subject: [PATCH 1/2] Update jedi-vim.txt fix github URLs for submodule commands --- doc/jedi-vim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 6ac01a8..96a0568 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -87,7 +87,7 @@ jedi for anything but this plugin. How to do this is detailed below. 1b. If you want to install jedi as a submodule instead, issue this command: > - git clone --recursive http://github/davidhalter/jedi-vim + git clone --recursive http://github.com/davidhalter/jedi-vim 2. Put the plugin files into their respective folders in your vim runtime directory (usually ~/.vim). Be sure to pay attention to the directory @@ -108,7 +108,7 @@ Pathogen simplifies installation considerably. 1b. Again, if you want to install jedi as a submodule, use this command instead: > - git clone --recursive http://github/davidhalter/jedi-vim + git clone --recursive http://github.com/davidhalter/jedi-vim ------------------------------------------------------------------------------ 2.3. Installing using Vundle *jedi-vim-installation-vundle* From bbebff8a2136d620295a33863758b3fc481824b8 Mon Sep 17 00:00:00 2001 From: Tyler Wymer Date: Tue, 30 Jul 2013 15:08:39 -0400 Subject: [PATCH 2/2] Update README.rst Correct documentation link text --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5776117..58a1cbd 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ There is also support for goto and renaming. Get the latest from `github `_. -You can get the Jedi library is documented +You can get the Jedi library documentation `here `_.