From c1a0284cd674ef3bfa85b2710c4e03df794f75b7 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sun, 23 Jun 2013 17:38:46 +0200 Subject: [PATCH] Use https URLs where possible I've gone through the entire repository, checking all http:// links to see if the corresponding https urls would also work. Substituting them should be a good idea. --- LICENSE-MIT.txt | 2 +- README.md | 12 ++++++------ autoload/vundle.vim | 4 ++-- doc/vundle.txt | 6 +++--- test/vimrc | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt index 003904d..238422b 100644 --- a/LICENSE-MIT.txt +++ b/LICENSE-MIT.txt @@ -1,4 +1,4 @@ -Copyright (C) 2010 http://github.com/gmarik +Copyright (C) 2010 https://github.com/gmarik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 70d0ce8..63ccd70 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ 4. Consider [donating](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T44EJZX8RBUWY) -[*Thank you*](http://j.mp/rSbm01) for supporting this project! ) +[*Thank you*](https://j.mp/rSbm01) for supporting this project! ) ## Why Vundle @@ -108,12 +108,12 @@ see [wiki](https://github.com/gmarik/vundle/wiki) * [pathogen] * [bundler] -* [Scott Bronson](http://github.com/bronson) +* [Scott Bronson](https://github.com/bronson) ## Also * Vundle was developed and tested with [Vim] 7.3 on `OSX`, `Linux` and `Windows` -* Vundle tries to be as [KISS](http://en.wikipedia.org/wiki/KISS_principle) as possible +* Vundle tries to be as [KISS](https://en.wikipedia.org/wiki/KISS_principle) as possible ## TODO: [Vundle] is a work in progress so any ideas/patches appreciated @@ -130,9 +130,9 @@ see [wiki](https://github.com/gmarik/vundle/wiki) * search by description as well * make it rock! -[Vundle]:http://github.com/gmarik/vundle -[Pathogen]:http://github.com/tpope/vim-pathogen/ -[Bundler]:http://github.com/wycats/bundler/ +[Vundle]:https://github.com/gmarik/vundle +[Pathogen]:https://github.com/tpope/vim-pathogen/ +[Bundler]:https://github.com/wycats/bundler/ [Vim]:http://www.vim.org [Git]:http://git-scm.com [all available vim scripts]:http://vim-scripts.org/vim/scripts.html diff --git a/autoload/vundle.vim b/autoload/vundle.vim index 0bc7bf5..9d5da67 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -1,7 +1,7 @@ " Vundle is a shortcut for Vim Bundle and Is a simple plugin manager for Vim " Author: gmarik -" HomePage: http://github.com/gmarik/vundle -" Readme: http://github.com/gmarik/vundle/blob/master/README.md +" HomePage: https://github.com/gmarik/vundle +" Readme: https://github.com/gmarik/vundle/blob/master/README.md " Version: 0.9 com! -nargs=+ Bundle diff --git a/doc/vundle.txt b/doc/vundle.txt index eb9d82f..023d431 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -46,7 +46,7 @@ in order to install/search [all available vim scripts] *vundle-quickstart* 1) Setup Vundle: > - git clone http://github.com/gmarik/vundle.git ~/.vim/vundle.git + git clone https://github.com/gmarik/vundle.git ~/.vim/vundle.git 2) Configure bundles: @@ -107,9 +107,9 @@ Vundle loves Github, that's why short uris can be used with commands: > equals full uri > - Bundle 'http://github.com/tpope/vim-fugitive.git' + Bundle 'https://github.com/tpope/vim-fugitive.git' -NOTE: Vundle defaults to http:// protocol for the short URIs +NOTE: Vundle defaults to https:// protocol for the short URIs 4.2 INSTALL SCRIPTS ~ diff --git a/test/vimrc b/test/vimrc index 662709f..62e092a 100644 --- a/test/vimrc +++ b/test/vimrc @@ -4,7 +4,7 @@ set nocompatible set nowrap let root = '/tmp/!vundle-test/bundles/' -let src = 'http://github.com/gmarik/vundle.git' +let src = 'https://github.com/gmarik/vundle.git' " let src = '~/.vim/bundle/vundle/.git'