Browse code

Link to HTTPS urls in contrib comments/maintainers

Updates comments and dockerfile maintainer lines
to use HTTPS urls where applicable.

Signed-off-by: Eric Windisch <eric@windisch.us>

Eric Windisch authored on 2015/04/12 02:35:08
Showing 4 changed files
... ...
@@ -27,7 +27,7 @@ is_set() {
27 27
 	zgrep "CONFIG_$1=[y|m]" "$CONFIG" > /dev/null
28 28
 }
29 29
 
30
-# see http://en.wikipedia.org/wiki/ANSI_escape_code#Colors
30
+# see https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
31 31
 declare -A colors=(
32 32
 	[black]=30
33 33
 	[red]=31
... ...
@@ -3,7 +3,7 @@
3 3
 ## Run this script from the root of the docker repository
4 4
 ## to query project stats useful to the maintainers.
5 5
 ## You will need to install `pulls` and `issues` from
6
-## http://github.com/crosbymichael/pulls
6
+## https://github.com/crosbymichael/pulls
7 7
 
8 8
 set -e
9 9
 
... ...
@@ -1,6 +1,6 @@
1 1
 *dockerfile.txt*  Syntax highlighting for Dockerfiles
2 2
 
3
-Author: Honza Pokorny <http://honza.ca>
3
+Author: Honza Pokorny <https://honza.ca>
4 4
 License: BSD
5 5
 
6 6
 INSTALLATION                                                     *installation*
... ...
@@ -1,5 +1,5 @@
1 1
 " dockerfile.vim - Syntax highlighting for Dockerfiles
2
-" Maintainer:   Honza Pokorny <http://honza.ca>
2
+" Maintainer:   Honza Pokorny <https://honza.ca>
3 3
 " Version:      0.5
4 4
 
5 5