10000 Use 'https:' instead of 'git:' in documentation · python-mode/python-mode@f4e8437 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4e8437

Browse files
Use 'https:' instead of 'git:' in documentation
For people behind a proxy server it is difficult to 'git clone' using 'git:'. While 'https:' is universally usable.
1 parent 9c8468e commit f4e8437

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