From baa61f5a6e105b9b89f5bef465848c72499cb960 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 27 Jul 2017 15:59:37 +0100 Subject: Use https for all docs.brew.sh links. May as well use the more secure link when possible. --- docs/Common-Issues.md | 2 +- docs/Formula-Cookbook.md | 2 +- docs/Manpage.md | 12 ++++++------ docs/New-Maintainer-Checklist.md | 6 +++--- docs/_layouts/index.html | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md index 0fc6b5518..01ab4e806 100644 --- a/docs/Common-Issues.md +++ b/docs/Common-Issues.md @@ -80,7 +80,7 @@ When running `brew upgrade`, you see something like this: $ brew upgrade Error: undefined method `include?' for nil:NilClass Please report this bug: - https://github.com/Homebrew/brew/blob/master/docs/Troubleshooting.md + https://docs.brew.sh/Troubleshooting.html /usr/local/Library/Homebrew/formula.rb:393:in `canonical_name' /usr/local/Library/Homebrew/formula.rb:425:in `factory' /usr/local/Library/Contributions/examples/brew-upgrade.rb:7 diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 1d4f37f67..e60afe071 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -358,7 +358,7 @@ If you have already forked Homebrew on GitHub, then you can manually push (just git push https://github.com/myname/homebrew-core/ ``` -Now, [open a pull request](http://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request.html) for your changes. +Now, [open a pull request](https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request.html) for your changes. * One formula per commit; one commit per formula * Keep merge commits out of the pull request 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 . + Read more at . * `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: - + * `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: - + * `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: - + ## 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: + If set, Homebrew will not send analytics. See: * `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: +Homebrew Documentation: `brew-cask`(1), `git`(1), `git-log`(1) diff --git a/docs/New-Maintainer-Checklist.md b/docs/New-Maintainer-Checklist.md index 37c15e62c..2fd9b8497 100644 --- a/docs/New-Maintainer-Checklist.md +++ b/docs/New-Maintainer-Checklist.md @@ -34,9 +34,9 @@ A few requests: own fork. - if still in doubt please ask for help and we'll help you out - please read: - - http://docs.brew.sh/Brew-Test-Bot-For-Core-Contributors.html - - http://docs.brew.sh/Maintainer-Guidelines.html - - possibly everything else on http://docs.brew.sh + - https://docs.brew.sh/Brew-Test-Bot-For-Core-Contributors.html + - https://docs.brew.sh/Maintainer-Guidelines.html + - possibly everything else on https://docs.brew.sh How does that sound? 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

{{ page.pagecontent.doc.further }}

-- cgit v1.2.3