From e5679fe2ea80ae0f7d1561195ca32c1c908e6077 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Tue, 5 Apr 2022 11:20:51 +1000 Subject: [PATCH] docs: fix broken links (#121543) RE: #121542 --- doc/reporting_bugs/error_examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reporting_bugs/error_examples.md b/doc/reporting_bugs/error_examples.md index 6b1709dd7b..54def2ad80 100644 --- a/doc/reporting_bugs/error_examples.md +++ b/doc/reporting_bugs/error_examples.md @@ -59,7 +59,7 @@ It seems the App source '/usr/local/Caskroom/someapp/0.1/Someapp.app' is not the the directory structure inside the app’s archive changed in some way. It must be fixed in Homebrew Cask. -[How to fix](source_is_not_there_error.md) +[How to fix](https://docs.brew.sh/Common-Issues#cask---source-is-not-there) --- @@ -73,7 +73,7 @@ Error: wrong number of arguments (1 for 4) it’s likely the software you’re trying to install is incompatible with your macOS version. -[How to fix](wrong_number_of_arguments_error.md) +[How to fix](https://docs.brew.sh/Common-Issues#cask---wrong-number-of-arguments) ---