X Tutup
Skip to content

Commit 6a78b4f

Browse files
committed
fix git clone url in REDME.rst
1 parent 9c8468e commit 6a78b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Using pathogen (recommended)
6262

6363
% cd ~/.vim
6464
% mkdir -p bundle && cd bundle
65-
% git clone git://github.com/klen/python-mode.git
65+
% git clone https://github.com/klen/python-mode.git
6666

6767
- Enable `pathogen <https://github.com/tpope/vim-pathogen>`_
6868
in your ``~/.vimrc``: ::

0 commit comments

Comments
 (0)
X Tutup