mirror of https://github.com/docker/docs.git
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>
This commit is contained in:
parent
ca37301d54
commit
df9ee6d656
|
@ -27,7 +27,7 @@ is_set() {
|
||||||
zgrep "CONFIG_$1=[y|m]" "$CONFIG" > /dev/null
|
zgrep "CONFIG_$1=[y|m]" "$CONFIG" > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
# see http://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
# see https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
||||||
declare -A colors=(
|
declare -A colors=(
|
||||||
[black]=30
|
[black]=30
|
||||||
[red]=31
|
[red]=31
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## Run this script from the root of the docker repository
|
## Run this script from the root of the docker repository
|
||||||
## to query project stats useful to the maintainers.
|
## to query project stats useful to the maintainers.
|
||||||
## You will need to install `pulls` and `issues` from
|
## You will need to install `pulls` and `issues` from
|
||||||
## http://github.com/crosbymichael/pulls
|
## https://github.com/crosbymichael/pulls
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
*dockerfile.txt* Syntax highlighting for Dockerfiles
|
*dockerfile.txt* Syntax highlighting for Dockerfiles
|
||||||
|
|
||||||
Author: Honza Pokorny <http://honza.ca>
|
Author: Honza Pokorny <https://honza.ca>
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
INSTALLATION *installation*
|
INSTALLATION *installation*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
" dockerfile.vim - Syntax highlighting for Dockerfiles
|
" dockerfile.vim - Syntax highlighting for Dockerfiles
|
||||||
" Maintainer: Honza Pokorny <http://honza.ca>
|
" Maintainer: Honza Pokorny <https://honza.ca>
|
||||||
" Version: 0.5
|
" Version: 0.5
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue