10000 Merge pull request #549 from JohnVillalovos/develop · python-mode/python-mode@150cb26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 150cb26

Browse files
committed
Merge pull request #549 from JohnVillalovos/develop
Use 'https:' instead of 'git:' in documentation
2 parents 5ab2b45 + f4e8437 commit 150cb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
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``: ::
@@ -81,7 +81,7 @@ Manually
8181
--------
8282
::
8383

84-
% git clone git://github.com/klen/python-mode.git
84+
% git clone https://github.com/klen/python-mode.git
8585
% cd python-mode
8686
% cp -R * ~/.vim
8787

0 commit comments

Comments
 (0)
0