aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Common-Issues.md
diff options
context:
space:
mode:
authorEricFromCanada2017-02-23 12:09:01 -0500
committerEricFromCanada2017-02-23 12:09:01 -0500
commit20bb0aae80efb62e1242dd7881dbb626d5bfe085 (patch)
tree2627aa51ca51cd13afc0f7c14de5922b719a25fc /docs/Common-Issues.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/Common-Issues.md')
-rw-r--r--docs/Common-Issues.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md
index 8da622ab4..e8b48751d 100644
--- a/docs/Common-Issues.md
+++ b/docs/Common-Issues.md
@@ -7,8 +7,7 @@ You need to have the Xcode Command Line Utilities installed (and updated): run `
(In OS X prior to 10.9, the "Command Line Tools" package can alternatively be installed from within Xcode. `⌘,` will get you to preferences. Visit the "Downloads" tab and hit the install button next to "Command Line Tools".)
### Ruby `bad interpreter: /usr/bin/ruby^M: no such file or directory`
-You cloned with git, and your git configuration is set to use Windows line endings. See this page: https://help.github.com/articles/dealing-with-line-endings
-
+You cloned with git, and your git configuration is set to use Windows line endings. See this page: <https://help.github.com/articles/dealing-with-line-endings>
### Ruby `bad interpreter: /usr/bin/ruby`
You don't have a `/usr/bin/ruby` or it is not executable. It's not recommended to let this persist, you'd be surprised how many .apps, tools and scripts expect your macOS provided files and directories to be *unmodified* since macOS was installed.