From 96abbbfeae1d3c0b65e58abbcdd0a59f94b39175 Mon Sep 17 00:00:00 2001 From: Shlok Datye Date: Sun, 29 Nov 2015 17:02:17 +0100 Subject: [PATCH] Update install_and_upgrade.md --- doc/install_and_upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install_and_upgrade.md b/doc/install_and_upgrade.md index 4899d697bf..bf182e4f73 100644 --- a/doc/install_and_upgrade.md +++ b/doc/install_and_upgrade.md @@ -57,8 +57,8 @@ such. Note: if you are on OS X 10.11 ("El Capitan") or later, System Integrity Protection (a.k.a. "rootless") can cause two problems: - * [GHC 7.8.4 fails with `/usr/bin/ar: permission denied`](faq.html#usr-bin-ar-permission-denied) - * [DYLD_LIBRARY_PATH is ignored](faq.html#dyld-library-path-ignored) + * [GHC 7.8.4 fails with `/usr/bin/ar: permission denied`](faq.md#why-do-i-get-a-usrbinar-permission-denied-error) + * [DYLD_LIBRARY_PATH is ignored](faq.md#why-is-dyld_library_path-ignored) See the above FAQ links for workarounds.