We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ab2b45 + f4e8437 commit 150cb26Copy full SHA for 150cb26
README.rst
@@ -62,7 +62,7 @@ Using pathogen (recommended)
62
63
% cd ~/.vim
64
% mkdir -p bundle && cd bundle
65
- % git clone git://github.com/klen/python-mode.git
+ % git clone https://github.com/klen/python-mode.git
66
67
- Enable `pathogen <https://github.com/tpope/vim-pathogen>`_
68
in your ``~/.vimrc``: ::
@@ -81,7 +81,7 @@ Manually
81
--------
82
::
83
84
85
% cd python-mode
86
% cp -R * ~/.vim
87
0 commit comments