diff options
| author | Mike McQuaid | 2017-07-27 15:59:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-07-27 15:59:37 +0100 |
| commit | baa61f5a6e105b9b89f5bef465848c72499cb960 (patch) | |
| tree | 5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /docs/_layouts | |
| parent | 97b757bc9638c837f565958730a23211552e5540 (diff) | |
| download | brew-baa61f5a6e105b9b89f5bef465848c72499cb960.tar.bz2 | |
Use https for all docs.brew.sh links.
May as well use the more secure link when possible.
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/index.html b/docs/_layouts/index.html index daf4fb6c0..58b322783 100644 --- a/docs/_layouts/index.html +++ b/docs/_layouts/index.html @@ -115,7 +115,7 @@ end <div class="group row"> <h2 id="further-doc">{{ page.pagecontent.doc.further }}</h2> <div class="button"> - <p><a href="http://docs.brew.sh/">docs.brew.sh</a></p> + <p><a href="https://docs.brew.sh/">docs.brew.sh</a></p> </div> </div> </li> |
