Skip to content

ci(docs-lint): accept 303 in lychee#264

Merged
Destynova2 merged 1 commit intomainfrom
fix/lychee-accept-303
Apr 25, 2026
Merged

ci(docs-lint): accept 303 in lychee#264
Destynova2 merged 1 commit intomainfrom
fix/lychee-accept-303

Conversation

@Destynova2
Copy link
Copy Markdown
Contributor

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

  • Diff is a 1-character change (303 added to the --accept list)
  • CI: Broken link check (lychee) green

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.
@Destynova2 Destynova2 enabled auto-merge April 25, 2026 15:27
@Destynova2 Destynova2 merged commit 337c287 into main Apr 25, 2026
41 of 42 checks passed
@Destynova2 Destynova2 deleted the fix/lychee-accept-303 branch April 25, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant