Add linkspector config to fix local links issue#740
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AdrianDAlessandro
left a comment
There was a problem hiding this comment.
I just approved this, but it seems like it's not needed anymore because the PR that this was designed to fix is no longer failing
|
I still get a failed report when I run Linkspector locally with the default config. It's possible the action has a different default which I'll check |
Oh right! I haven't tried to run it locally. Which links are failing when you run it locally? |
I used the following command: Then I get the output below: |
Description
Fixes an issue with linkspector failing local links. See #533 (comment)
Type of change
Key checklist
python -m pytest)mkdocs serve)pre-commit run --all-files)Further checks