diff options
| author | Mike McQuaid | 2017-07-27 15:59:37 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-07-27 15:59:37 +0100 | 
| commit | baa61f5a6e105b9b89f5bef465848c72499cb960 (patch) | |
| tree | 5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /docs | |
| parent | 97b757bc9638c837f565958730a23211552e5540 (diff) | |
| download | brew-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')
| -rw-r--r-- | docs/Common-Issues.md | 2 | ||||
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 | ||||
| -rw-r--r-- | docs/Manpage.md | 12 | ||||
| -rw-r--r-- | docs/New-Maintainer-Checklist.md | 6 | ||||
| -rw-r--r-- | docs/_layouts/index.html | 2 | 
5 files changed, 12 insertions, 12 deletions
| 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/ <what-you-called-your-branch>  ``` -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 <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) 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        <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="https://docs.brew.sh/">docs.brew.sh</a></p>          </div>        </div>      </li> | 
