diff options
| author | Mike McQuaid | 2018-02-22 18:47:29 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-22 18:47:29 +0000 | 
| commit | 977c3323d2a795d6f57cd70cb6b2453f38084ed9 (patch) | |
| tree | 608f298119daa6890a65b05e1804b14eca0459da /docs/Manpage.md | |
| parent | 14d54ed4b6b61c99abc4517d73d2b35079febdc7 (diff) | |
| download | brew-977c3323d2a795d6f57cd70cb6b2453f38084ed9.tar.bz2 | |
docs.brew.sh updates
- Remove no longer needed `acme-challenge` file
- Set title, description, social image, logo, etc. for SEO
- Use extensionless permalinks (old links still work)
- Cleanup `_config.yml`
- Import latest `_layouts/base` from https://brew.sh
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index e4f189490..91f9e0414 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 <https://docs.brew.sh/Analytics.html>. +    Read more at <https://docs.brew.sh/Analytics>.    * `analytics` (`on`|`off`):      Turn on/off Homebrew's analytics. @@ -212,7 +212,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: -    <https://docs.brew.sh/Querying-Brew.html> +    <https://docs.brew.sh/Querying-Brew>    * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] [`--force`] [`--verbose`] `formula` [`options` ...]:      Install `formula`. @@ -493,7 +493,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: -    <https://docs.brew.sh/Querying-Brew.html> +    <https://docs.brew.sh/Querying-Brew>    * `tap-pin` `tap`:      Pin `tap`, prioritizing its formulae over core when formula names are supplied @@ -914,7 +914,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: -<https://docs.brew.sh/External-Commands.html> +<https://docs.brew.sh/External-Commands>  ## SPECIFYING FORMULAE @@ -1031,7 +1031,7 @@ can take several different forms:      *Default:* the number of available CPU cores.    * `HOMEBREW_NO_ANALYTICS`: -    If set, Homebrew will not send analytics. See: <https://docs.brew.sh/Analytics.html> +    If set, Homebrew will not send analytics. See: <https://docs.brew.sh/Analytics>    * `HOMEBREW_NO_AUTO_UPDATE`:      If set, Homebrew will not auto-update before running `brew install`, | 
