-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX]: Handle broken links checker edge-cases #2545
[FIX]: Handle broken links checker edge-cases #2545
Conversation
All broken links are now fixed, thank you! |
I'll run some more tests by Thursday, but in the meantime, the checker found some more broken links that could be useful for you @guimachiavelli |
@guimachiavelli I'm pretty confident it works as it should now. Please let me know if you found any other link that wasn't being reflected on the checker. Also LMK if you would want me to update the action messages as we once discussed on our weekly meetings. 🙏🏼 |
hi, @justkahdri! Was away yesterday, will look into this later. FYI, one of our devs reported they were scraping the docs and found two other unreported dead links: https://www.meilisearch.com/docs/learn/experimental/learn/configuration/instance_options and https://www.meilisearch.com/docs/learn/advanced/reference/api/facet_search. I cannot find these with grep and the like. Looking at the links and how they sort of nest sections that have never been nested (e.g. Related issue: #2546 |
Hi @guimachiavelli! Yup, you're absolutely right. I found them and added a new condition to catch links like those with a missing "/" at the beginning. They're listed with the type |
3c9ab4f
to
0f196fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working as expected now.
One comment: unless I'm missing something, related
is a confusing name for broken links missing a leading /
. I suggest we change that to relative
.
Fixed @guimachiavelli, seems the approve is necessary again |
Approved. May I merge it or should I wait for your signal? |
Ship it! |
Pull Request
Related issue
Fixes #<issue_number>
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!