From cc8f029f222a618eb30b585ccb22efcce1e5cf91 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 12 Mar 2017 19:44:01 +0000 Subject: secure urls + remove -k from in-doc curl command --- docs/Gems,-Eggs-and-Perl-Modules.md | 2 +- docs/Python-for-Formula-Authors.md | 2 +- docs/_layouts/index.html | 4 ++-- docs/brew.1.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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
~ The URL of a commit on GitHub
-~ A "http://bot.brew.sh/job/..." string specifying a testing job ID
+~ A "https://bot.brew.sh/job/..." string specifying a testing job ID
If --bottle is passed, handle bottles, pulling the bottle-update
commit and publishing files on Bintray.