ci(docs-lint): accept 303 in lychee#264
Merged
Destynova2 merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
Some live links (e.g. https://console.mistral.ai/) legitimately respond with 303 redirecting to a login or session-bound URL. The other 3xx codes already in the accept list (301/302/308) are equivalent in intent for a docs link checker — accepting 303 closes the same gap and stops the cosmetic Docs Lint failure on main.
This was referenced Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #261/#263. After the previous two PRs unblocked Docs Lint, lychee revealed a final stale failure on
https://console.mistral.ai/, which legitimately returns 303 See Other (redirecting to login). The other 3xx codes already accepted (301/302/308) are equivalent in intent for a docs link checker — accepting 303 closes the gap and turns Docs Lint fully green on main.Test plan
303added to the--acceptlist)Broken link check (lychee)green