aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorViktor Szakats2017-03-12 19:44:01 +0000
committerViktor Szakats2017-03-14 17:27:11 +0000
commitcc8f029f222a618eb30b585ccb22efcce1e5cf91 (patch)
tree1a31cde9d122bc8b8027b201f30a8d147e96c74c /docs
parent5d9215b2118e14cf666be3bd3c26146130ff7342 (diff)
downloadbrew-cc8f029f222a618eb30b585ccb22efcce1e5cf91.tar.bz2
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'docs')
-rw-r--r--docs/Gems,-Eggs-and-Perl-Modules.md2
-rw-r--r--docs/Python-for-Formula-Authors.md2
-rw-r--r--docs/_layouts/index.html4
-rw-r--r--docs/brew.1.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/Gems,-Eggs-and-Perl-Modules.md b/docs/Gems,-Eggs-and-Perl-Modules.md
index f86124f66..07d810c77 100644
--- a/docs/Gems,-Eggs-and-Perl-Modules.md
+++ b/docs/Gems,-Eggs-and-Perl-Modules.md
@@ -131,7 +131,7 @@ If you don’t even want (or can’t) use sudo for bootstrapping
Another alternative is to use `perlbrew` to install a separate copy of Perl in your home directory, or wherever you like :
```bash
-curl -kL http://install.perlbrew.pl | bash
+curl -L https://install.perlbrew.pl | bash
perlbrew install perl-5.16.2
echo ".~/perl5/perlbrew/etc/bashrc" >> ~/.bashrc
```
diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md
index 0867e8dd8..7f650f967 100644
--- a/docs/Python-for-Formula-Authors.md
+++ b/docs/Python-for-Formula-Authors.md
@@ -213,7 +213,7 @@ Distribute (not to be confused with distutils) is an obsolete fork of setuptools
## What is `--single-version-externally-managed`?
-`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](http://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`.
+`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](https://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`.
`easy_install` does a few things that we need to avoid:
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>
diff --git a/docs/brew.1.html b/docs/brew.1.html
index 7a06426ae..2d2361012 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -592,7 +592,7 @@ Optionally, installs the formulae changed by the patch.</p>
<p> ~ The URL of a commit on GitHub</p>
-<p> ~ A "http://bot.brew.sh/job/..." string specifying a testing job ID</p>
+<p> ~ A "https://bot.brew.sh/job/..." string specifying a testing job ID</p>
<p>If <code>--bottle</code> is passed, handle bottles, pulling the bottle-update
commit and publishing files on Bintray.</p>