]> Cypherpunks repositories - gostls13.git/commit
doc: use https scheme in oss-distros link
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 10 Dec 2018 20:32:17 +0000 (15:32 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 11 Dec 2018 00:39:03 +0000 (00:39 +0000)
commit56b70d98f522be3c1fed7df3d0359c913a2a1bc7
tree22ca433f3405f9359829ae6a5bfdab97613bde76
parentf64385b720e59d0cddfe5e05e830665f6ade8083
doc: use https scheme in oss-distros link

The https scheme is supported, and should be used per best practices.

The previous http link redirected to https:

$ curl -i 'http://oss-security.openwall.org/wiki/mailing-lists/distros'
HTTP/1.1 302 Moved Temporarily
Location: https://oss-security.openwall.org/wiki/mailing-lists/distros

Change-Id: I857b93eeec45996d6dc05dbf7532d1759bf4d447
Reviewed-on: https://go-review.googlesource.com/c/153457
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/security.html