aboutsummaryrefslogtreecommitdiffstats
path: root/docs/External-Commands.md
diff options
context:
space:
mode:
authorEricFromCanada2017-02-23 12:09:01 -0500
committerEricFromCanada2017-02-23 12:09:01 -0500
commit20bb0aae80efb62e1242dd7881dbb626d5bfe085 (patch)
tree2627aa51ca51cd13afc0f7c14de5922b719a25fc /docs/External-Commands.md
parentc7121f6be50e44784e3e29114617c29715bd9c0f (diff)
downloadbrew-20bb0aae80efb62e1242dd7881dbb626d5bfe085.tar.bz2
Fix broken or inactive URLs
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added angle brackets around them where appropriate. Also converted Markdown-linked URLs for clarity.
Diffstat (limited to 'docs/External-Commands.md')
-rw-r--r--docs/External-Commands.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/External-Commands.md b/docs/External-Commands.md
index 59622bd3a..e2dafdce8 100644
--- a/docs/External-Commands.md
+++ b/docs/External-Commands.md
@@ -47,15 +47,15 @@ brew tap youtux/livecheck
```
### brew-gem
-Install any gem package into a self-contained Homebrew cellar location: [https://github.com/sportngin/brew-gem](https://github.com/sportngin/brew-gem).
+Install any gem package into a self-contained Homebrew cellar location: <https://github.com/sportngin/brew-gem>
Note this can also be installed with `brew install brew-gem`.
### brew-growl
-Get Growl notifications for Homebrew https://github.com/secondplanet/brew-growl
+Get Growl notifications for Homebrew: <https://github.com/secondplanet/homebrew-growl>
### brew-services
-Simple support to start formulae using launchctl, has out of the box support for any formula which defines `startup_plist` (e.g. mysql, postgres, redis u.v.m.): [https://github.com/Homebrew/homebrew-services](https://github.com/Homebrew/homebrew-services)
+Simple support to start formulae using launchctl, has out of the box support for any formula which defines `startup_plist` (e.g. mysql, postgres, redis u.v.m.): <https://github.com/Homebrew/homebrew-services>
Install using:
```sh