Skip to content

docs: fix staged broken links#2326

Open
kheiss-uwzoo wants to merge 1 commit into
NVIDIA:mainfrom
kheiss-uwzoo:docs/fix-staged-broken-links
Open

docs: fix staged broken links#2326
kheiss-uwzoo wants to merge 1 commit into
NVIDIA:mainfrom
kheiss-uwzoo:docs/fix-staged-broken-links

Conversation

@kheiss-uwzoo

Copy link
Copy Markdown
Collaborator

Summary

  • Remove dead pre-26.03 release-note links while those pages are being archived.
  • Update the Pinecone vector-store reference to the current public pinecone-io/nvidia-rag repository.

Test plan

  • mkdocs build -f mkdocs.yml --strict
  • Verified remaining/replacement external URLs return HTTP 200
  • Ran focused PR scope check for the two docs files

Remove dead pre-26.03 release-note URLs while archive pages are pending, and update the Pinecone reference to the current public repository.
@kheiss-uwzoo kheiss-uwzoo requested review from a team as code owners July 9, 2026 20:18
@kheiss-uwzoo kheiss-uwzoo requested a review from mahikaw July 9, 2026 20:18
@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR fixes two categories of broken documentation links: it removes dead hyperlinks for pre-26.03 release notes that are currently being archived (replacing them with plain-text version entries and an explanatory notice), and it updates the Pinecone vector-store reference to point to the current pinecone-io/nvidia-rag repository and document path.

  • releasenotes.md: Nine version links (26.1.2 through 24.12.0) are converted to unlinked plain text; the 26.03 link is retained. A note explains the archive is in progress.
  • vdbs.md: The Pinecone row is updated from the deprecated pinecone-io/nvidia-pinecone-rag repository to pinecone-io/nvidia-rag, with the document path corrected to docs/pinecone-configuration.md — confirmed live at the time of this review.

Confidence Score: 5/5

Documentation-only change that removes broken links and updates one external URL; no code, schema, or configuration is touched.

Both changed files are Markdown documentation. The new Pinecone URL (pinecone-io/nvidia-rag / docs/pinecone-configuration.md) was verified to return HTTP 200 and matches the repository's current public structure. The archiving notice in releasenotes.md accurately describes why the older version links are temporarily missing. There is nothing here that could regress runtime behavior.

No files require special attention.

Important Files Changed

Filename Overview
docs/docs/extraction/releasenotes.md Converts broken pre-26.03 release-note links to plain text entries and adds an archiving notice; the 26.03 link is preserved.
docs/docs/extraction/vdbs.md Updates the Pinecone vector-store reference from the deprecated pinecone-io/nvidia-pinecone-rag repo to the current pinecone-io/nvidia-rag repo with the correct document path.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR: fix staged broken links] --> B[releasenotes.md]
    A --> C[vdbs.md]

    B --> B1["Keep 26.03 link\n(docs.nvidia.com/nemo/retriever/26.3.0/...)"]
    B --> B2["Remove links for\n26.1.2, 26.1.1, 25.9.0,\n25.6.x, 25.4.2, 25.3.0,\n24.12.x"]
    B2 --> B3["Replace with plain-text entries\n+ archiving notice"]

    C --> C1["Old: pinecone-io/nvidia-pinecone-rag\ndocs/vector-database.md"]
    C1 --> C2["New: pinecone-io/nvidia-rag\ndocs/pinecone-configuration.md ✓ verified"]
Loading
%%{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: fix staged broken links] --> B[releasenotes.md]
    A --> C[vdbs.md]

    B --> B1["Keep 26.03 link\n(docs.nvidia.com/nemo/retriever/26.3.0/...)"]
    B --> B2["Remove links for\n26.1.2, 26.1.1, 25.9.0,\n25.6.x, 25.4.2, 25.3.0,\n24.12.x"]
    B2 --> B3["Replace with plain-text entries\n+ archiving notice"]

    C --> C1["Old: pinecone-io/nvidia-pinecone-rag\ndocs/vector-database.md"]
    C1 --> C2["New: pinecone-io/nvidia-rag\ndocs/pinecone-configuration.md ✓ verified"]
Loading

Reviews (1): Last reviewed commit: "docs: fix staged broken links" | Re-trigger Greptile

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