aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Manpage.md
diff options
context:
space:
mode:
authorMike McQuaid2017-07-27 15:59:37 +0100
committerMike McQuaid2017-07-27 15:59:37 +0100
commitbaa61f5a6e105b9b89f5bef465848c72499cb960 (patch)
tree5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /docs/Manpage.md
parent97b757bc9638c837f565958730a23211552e5540 (diff)
downloadbrew-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/Manpage.md')
-rw-r--r--docs/Manpage.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 3a90c239a..49f6bb5ae 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -39,7 +39,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
* `analytics` [`state`]:
Display anonymous user behaviour analytics state.
- Read more at <http://docs.brew.sh/Analytics.html>.
+ Read more at <https://docs.brew.sh/Analytics.html>.
* `analytics` (`on`|`off`):
Turn on/off Homebrew's analytics.
@@ -196,7 +196,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
information on all installed formulae.
See the docs for examples of using the JSON output:
- <http://docs.brew.sh/Querying-Brew.html>
+ <https://docs.brew.sh/Querying-Brew.html>
* `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` [`options` ...]:
Install `formula`.
@@ -475,7 +475,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
Pass `--installed` to get information on installed taps.
See the docs for examples of using the JSON output:
- <http://docs.brew.sh/Querying-Brew.html>
+ <https://docs.brew.sh/Querying-Brew.html>
* `tap-pin` `tap`:
Pin `tap`, prioritizing its formulae over core when formula names are supplied
@@ -888,7 +888,7 @@ scripts that reside somewhere in the `PATH`, named `brew-``cmdname` or
to create your own commands without modifying Homebrew's internals.
Instructions for creating your own commands can be found in the docs:
-<http://docs.brew.sh/External-Commands.html>
+<https://docs.brew.sh/External-Commands.html>
## SPECIFYING FORMULAE
@@ -1001,7 +1001,7 @@ can take several different forms:
*Default:* the number of available CPU cores.
* `HOMEBREW_NO_ANALYTICS`:
- If set, Homebrew will not send analytics. See: <http://docs.brew.sh/Analytics.html>
+ If set, Homebrew will not send analytics. See: <https://docs.brew.sh/Analytics.html>
* `HOMEBREW_NO_AUTO_UPDATE`:
If set, Homebrew will not auto-update before running `brew install`,
@@ -1064,7 +1064,7 @@ If your proxy requires authentication:
## SEE ALSO
-Homebrew Documentation: <https://github.com/Homebrew/brew/blob/master/docs/>
+Homebrew Documentation: <https://docs.brew.sh>
`brew-cask`(1), `git`(1), `git-log`(1)