From af4e8912c26b72a420f87bc21547f4d00bb5627b Mon Sep 17 00:00:00 2001 From: Mac L Date: Wed, 11 Oct 2023 04:42:22 +0000 Subject: [PATCH] Fix Homebrew link (#4822) ## Issue Addressed N/A ## Proposed Changes I saw a false positive on the link-check CI run and while investigating I noticed that this link technically 404's but is not "dead" in the strict sense. I have updated it to the correct path. --- book/src/homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/homebrew.md b/book/src/homebrew.md index 317dc0e0fa6..486de371f86 100644 --- a/book/src/homebrew.md +++ b/book/src/homebrew.md @@ -31,6 +31,6 @@ Alternatively, you can find the `lighthouse` binary at: The [formula][] is kept up-to-date by the Homebrew community and a bot that lists for new releases. -The package source can be found in the [homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lighthouse.rb) repo. +The package source can be found in the [homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/l/lighthouse.rb) repo. [formula]: https://formulae.brew.sh/formula/lighthouse