diff options
| author | Viktor Szakats | 2017-03-12 19:44:01 +0000 |
|---|---|---|
| committer | Viktor Szakats | 2017-03-14 17:27:11 +0000 |
| commit | cc8f029f222a618eb30b585ccb22efcce1e5cf91 (patch) | |
| tree | 1a31cde9d122bc8b8027b201f30a8d147e96c74c /docs/_layouts | |
| parent | 5d9215b2118e14cf666be3bd3c26146130ff7342 (diff) | |
| download | brew-cc8f029f222a618eb30b585ccb22efcce1e5cf91.tar.bz2 | |
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/index.html b/docs/_layouts/index.html index 44debdc5f..570718287 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="http://docs.brew.sh/">docs.brew.sh</a></p> </div> </div> </li> @@ -124,7 +124,7 @@ end <div class="group row"> <h2 id="homebrew-community">{{ page.pagecontent.doc.community }}</h2> <div class="button"> - <p><a href="http://discourse.brew.sh">discourse.brew.sh</a></p> + <p><a href="https://discourse.brew.sh/">discourse.brew.sh</a></p> </div> </div> </li> |
