docs(26.05): fix broken source and release-note links#2318
Conversation
Repoint extraction source-code links from the internal main branch to the 26.05 release branch (vdb, service models, and evaluation README paths that were removed on main). Archive the dead Pinecone sample-repo links in vdbs.md. Archive previous-version release-note links that now 404 and keep 26.03.
Greptile SummaryThis docs-only PR fixes broken links in four Markdown pages under
|
| Filename | Overview |
|---|---|
| docs/docs/extraction/vdbs.md | Multiple tree/main source-code links updated to tree/26.05; Pinecone dead link replaced with archive notice. One examples/ notebook link intentionally left on main (exists on main). Clean. |
| docs/docs/extraction/custom-metadata.md | Four blob/main/tree/main source links updated to 26.05; one examples/ notebook link intentionally left on main. Clean. |
| docs/docs/extraction/releasenotes.md | Removed nine 404-ing previous-version release-note links; replaced with an inline archive notice. Keeps 26.3.0 link which is verified as live. |
| docs/docs/extraction/workflow-document-ingestion.md | Single blob/main evaluation README link updated to blob/26.05. Clean one-line fix. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #2318: Fix broken doc links] --> B{Link Category}
B --> C[Source-code links]
B --> D[Pinecone sample-repo link]
B --> E[Previous-version release-note links]
B --> F[Examples notebook links]
C --> C1[Repointed to 26.05 branch - HTTP 200 verified]
D --> D1[Archived - repo no longer exists]
E --> E1[26.03 kept - HTTP 200 verified]
E --> E2[26.1.2 and older removed - HTTP 404 confirmed]
F --> F1[Left on main - intentionally unchanged]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[PR #2318: Fix broken doc links] --> B{Link Category}
B --> C[Source-code links]
B --> D[Pinecone sample-repo link]
B --> E[Previous-version release-note links]
B --> F[Examples notebook links]
C --> C1[Repointed to 26.05 branch - HTTP 200 verified]
D --> D1[Archived - repo no longer exists]
E --> E1[26.03 kept - HTTP 200 verified]
E --> E2[26.1.2 and older removed - HTTP 404 confirmed]
F --> F1[Left on main - intentionally unchanged]
Reviews (2): Last reviewed commit: "docs(26.05): pin retriever service API l..." | Re-trigger Greptile
Restore blob/main for the service sidecar and ingest spec links in custom-metadata.md; vdb source links remain pinned to 26.05.
Restore blob/26.05 for sidecar and ingest spec source links in custom-metadata.md.
Summary
mainbranch to the26.05release branch. These paths (src/nemo_retriever/vdb/*,src/nemo_retriever/service/*,src/nemo_retriever/evaluation/README.md) were removed/restructured onmainbut exist on26.05, so the published 26.5.0 docs were 404ing.vdbs.md(thepinecone-io/nvidia-pinecone-ragrepository no longer exists).26.03(26.3.0), which still resolves.Files
docs/docs/extraction/vdbs.mddocs/docs/extraction/custom-metadata.mddocs/docs/extraction/workflow-document-ingestion.mddocs/docs/extraction/releasenotes.mdVerification
26.05GitHub URLs return HTTP 200.blob/main/tree/mainlinks remain for the removed source paths in the edited pages.26.3.0= 200;26.1.2and older = 404 (archived).Scope
Docs-only changes on the
26.05content. No runtime code, tests, or CI touched.