Conversation
Preview URLs (141 pages)
Flaws (220)Note! 55 documents with no flaws that don't need to be listed. 🎉 Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (10)URL:
URL:
URL:
URL: [ TRUNCATED! (comment last updated: 2026-04-10 20:39:05) |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
64fa576 to
15a387e
Compare
caugner
left a comment
There was a problem hiding this comment.
Self review: LGTM.
Two nits:
- In some cases a page was removed in en-US, and now redirects to another related yet not equivalent page. To fix this adequately, the affected link texts would need to be reviewed by a native speaker. Ultimately, however, this is a limitation of our redirect system, which doesn't distinguish "moves" from "deleted in favor of", and something to consider in the future.
- In some cases, redirects point to a "conflicting" page. On the one hand, this ensures these conflicting pages are still reachable, but they would also still be reachable due to the redirect. In theory, it would be better to not follow redirects to "conflicting" pages, but because our redirect system doesn't capture the redirect chain, this is currently non-trivial.
Description
Fixes links to pages that moved in mdn/content, but don't exist or redirect in a the locale.
Motivation
Resolve broken links, and resolve flaws.
Additional details
Ran
cargo run -- content fix-flaws --contentwith rari from mdn/rari#618, which resolves these broken links using the en-US redirect.Related issues and pull requests
Part of mdn/fred#1462.
(Split from #35051.)