From 08159d19810b8f625ccf95353494e46ab40bb61a Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Mon, 16 Sep 2013 15:13:17 +0200 Subject: [PATCH] README.md and random comments: use https whenever possible --- README.md | 4 ++-- bash/bashrc | 4 ++-- bash/inputrc | 2 +- git/gitconfig | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef5d7eb..6d70b5b 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Hyacinthe Cartiaux, using various contributions on the Internet, in particular: -* [Sebastien Varrette dotfiles](http://github.com/Falkor/dotfiles) +* [Sebastien Varrette dotfiles](https://github.com/Falkor/dotfiles) * [Derek Payton dotfiles](http://bitbucket.org/dmpayton/dotfiles/src/tip/.bashrc) -* [Ryan Tomayko dotfiles](http://github.com/rtomayko/dotfiles/blob/rtomayko/.bashrc) +* [Ryan Tomayko dotfiles](https://github.com/rtomayko/dotfiles/blob/rtomayko/.bashrc) * [Sebastien Badia vim configuration](https://github.com/sbadia/grimvim) As often, I release these files under GNU GPL Licence v3. diff --git a/bash/bashrc b/bash/bashrc index 3eaf0eb..3961005 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -1,10 +1,10 @@ #! /bin/bash ################################################################################ # .bashrc -- my personal Bourne-Again shell (aka bash) configuration -# see http://github.com/hcartiaux/dotfiles +# see https://github.com/hcartiaux/dotfiles # # Copyright (c) 2010 Sebastien Varrette -# http://varrette.gforge.uni.lu +# https://varrette.gforge.uni.lu # Copyright (c) 2013 Hyacinthe Cartiaux # _ _ # | |__ __ _ ___| |__ _ __ ___ diff --git a/bash/inputrc b/bash/inputrc index 71279f5..df464b2 100755 --- a/bash/inputrc +++ b/bash/inputrc @@ -1,6 +1,6 @@ ################################################################################ # .inputrc -- my personal Readline configuration -# see http://github.com/hcartiaux/dotfiles +# see https://github.com/hcartiaux/dotfiles # # Copyright (c) 2010 Sebastien Varrette # Copyright (c) 2013 Hyacinthe Cartiaux diff --git a/git/gitconfig b/git/gitconfig index 7713643..29b5b0b 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,6 +1,6 @@ ################################################################################ # .gitconfig -- my personal GIT configuration -# see http://github.com/Falkor/dotfiles +# see https://github.com/hcartiaux/dotfiles # # Copyright (c) 2010 Sebastien Varrette # @@ -15,6 +15,7 @@ ################################################################################ # Resources: # - http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain +# - https://github.com/Falkor/dotfiles [user] name = Hyacinthe Cartiaux email = hyacinthe.cartiaux@uni.lu