From e25bcfe9335848f2e21f6d7f11040fcda39badf6 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 14 Sep 2016 17:33:30 +0100 Subject: [PATCH] Common-Issues-for-Core-Contributors: update link --- share/doc/homebrew/Common-Issues-for-Core-Contributors.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/share/doc/homebrew/Common-Issues-for-Core-Contributors.md b/share/doc/homebrew/Common-Issues-for-Core-Contributors.md index 3ec63a5136..b0bea8c39c 100644 --- a/share/doc/homebrew/Common-Issues-for-Core-Contributors.md +++ b/share/doc/homebrew/Common-Issues-for-Core-Contributors.md @@ -10,7 +10,5 @@ This is a page for maintainers to diagnose certain build errors. The exact atom may be different. -This can be caused by passing the obsolete `-s` flag to the linker. - -See: -https://github.com/Homebrew/homebrew/commit/7c9a9334631dc84d59131ca57419e8c828b1574b +This can be caused by passing the obsolete `-s` flag to the linker and can be +fixed like [this](https://github.com/Homebrew/legacy-homebrew/commit/7c9a9334631dc84d59131ca57419e8c828b1574b).