When clicking on the image (presumably for sponsors) on the Husky Documentation Website,

the link directs to https://typicode.github.io/husky/blob/sponsorkit/sponsors.svg, which results in a 404 (Not Found) error.

It appears the image file might not exist at that specific path. I believe the correct path should be:
https://github.com/typicode/husky/blob/main/docs/sponsorkit/sponsors.svg
Could you please confirm if this is the intended location, or if there's another solution to fix this broken link?
If it is, I'd be happy to submit a pull request to correct it.
When clicking on the image (presumably for sponsors) on the Husky Documentation Website,
the link directs to
https://typicode.github.io/husky/blob/sponsorkit/sponsors.svg, which results in a 404 (Not Found) error.It appears the image file might not exist at that specific path. I believe the correct path should be:
https://github.com/typicode/husky/blob/main/docs/sponsorkit/sponsors.svgCould you please confirm if this is the intended location, or if there's another solution to fix this broken link?
If it is, I'd be happy to submit a pull request to correct it.