Skip to content

Commit

Permalink
Fix Homebrew link (#4822)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
macladson committed Oct 18, 2023
1 parent f10d3d0 commit a7c46bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a7c46bf

Please sign in to comment.