docs: fix broken links surfaced in 2026-05-14 scan#1991
Merged
Conversation
…o tutorial Resolves 7 distinct broken targets found in the 2026-05-14 scan (127 occurrences total): - v25.09 reference/index.mdx: 5 API quicklink cards were missing the /api/ tab prefix, so they resolved within the docs tab where those pages don't exist. Prepend /api to each href. - v25.09 migration-guide.mdx: NeMo Framework 2.0 migration link used /latest/ which 404s. Repoint to /25.11/ to match v26.02+. - v26.04 and main readspeech.mdx: Installation page moved from /admin/installation to /get-started/installation in v26.04. Update the two stragglers still pointing at the old slug. The remaining 121 reports all point at /admin/installation under /latest/ and reflect deploy-lag against an older build; the current v26.04 source already uses /get-started/installation and the redirect mapping in fern/docs.yml is in place. They will clear on next publish. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Contributor
Greptile SummaryThis PR fixes 7 unique broken-link targets identified in a 2026-05-14 scan of
Confidence Score: 5/5Pure documentation link fixes with no logic, configuration, or API surface changes — safe to merge. All four files contain only targeted URL corrections. Each change is narrow (one link per hunk), the surrounding prose is untouched, and the fixes are consistent with the scan report described in the PR description. No code paths, build configs, or cross-file dependencies are affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Broken Links - 2026-05-14 Scan] --> B[readspeech.mdx\nmain + v26.04]
A --> C[migration-guide.mdx\nv25.09]
A --> D[reference/index.mdx\nv25.09 - 5 cards]
B --> B1["/admin/installation\n→ /get-started/installation"]
C --> C1["/nemo-framework/user-guide/latest/\n→ /nemo-framework/user-guide/25.11/"]
D --> D1["/reference/api-reference/*\n→ /api/reference/api-reference/*"]
B1 --> E[✅ Fixed]
C1 --> E
D1 --> E
Reviews (3): Last reviewed commit: "Merge branch 'main' into lbliii/fix-brok..." | Re-trigger Greptile |
Contributor
|
/ok to test 1cfe534 |
Contributor
|
/ok to test e3c0f25 |
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.
Description
Fixes 7 unique broken-link targets (127 occurrences) from the 2026-05-14 scan against
docs.nvidia.com/nemo/curator: 5 v25.09 API quicklink cards inreference/index.mdxwere missing the/api/tab prefix; the v25.09 NeMo Framework migration link used/latest/which 404s (now/25.11/); and two stragglers inreadspeech.mdx(v26.04 + main) still pointed at/admin/installationinstead of/get-started/installation. The other 121 report rows all target/admin/installationunder/latest/and are deploy-lag — current v26.04 source already uses the new path andfern/docs.ymlhas the redirect; they clear on next publish.Usage
cd fern fern check fern docs broken-linksChecklist