use https everywhere (#6574)

* use https everywhere

* use https links on the files that are left

Also, removed some broken links and updated redirections.
This commit is contained in:
Janosch Schwalm
2018-08-07 20:42:02 +02:00
committed by Marc Cornellà
parent e934624b32
commit 19b925e741
102 changed files with 187 additions and 199 deletions

View File

@ -3,7 +3,7 @@
# Warning : Jakefile should have the right case : Jakefile or jakefile
# Tested on : MacOSX 10.7 (Lion), Ubuntu 11.10
# Author : Alexandre Lacheze (@al3xstrat)
# Inspiration : http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh
# Inspiration : https://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh
function _jake () {
if [ -f Jakefile ]||[ -f jakefile ]; then
@ -11,4 +11,4 @@ function _jake () {
fi
}
compdef _jake jake
compdef _jake jake