docs(extraction): fix remaining 26.3.0 broken links - #2250
Conversation
Pin stale nv-ingest/main URLs to NeMo-Retriever branch 26.03 for docker-compose, notebooks, and metadata examples. Update LanceDB SQL docs link to docs.lancedb.com (NVBug 6179241).
Greptile SummaryThis PR completes the link-migration cleanup for the 26.3.0 extraction docs by pinning all remaining
|
| Filename | Overview |
|---|---|
| docs/docs/extraction/custom-metadata.md | Updated LanceDB SQL doc link from lancedb.github.io to docs.lancedb.com and pinned notebook example URL to NeMo-Retriever/26.03. |
| docs/docs/extraction/faq.md | Three nv-ingest/blob/main URLs pinned to NeMo-Retriever/26.03; one link display text still reads nv-ingest/docker-compose.yaml after its URL was updated. |
| docs/docs/extraction/notebooks.md | All seven nv-ingest/blob/main notebook and evaluation links migrated to NeMo-Retriever/blob/26.03. |
| docs/docs/extraction/quickstart-guide.md | docker-compose.yaml links, git clone URL, cd directory, and notebook links all updated from nv-ingest/main to NeMo-Retriever/26.03. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Docs Link Audit\nnv-ingest/blob/main] --> B{Link Type}
B --> C[docker-compose.yaml\nquickstart-guide.md x4\nfaq.md x1]
B --> D[Notebooks\nnotebooks.md x7\nfaq.md x2\ncustom-metadata.md x1]
B --> E[External Docs\ncustom-metadata.md x1]
C --> F[NeMo-Retriever/blob/26.03/docker-compose.yaml]
D --> G[NeMo-Retriever/blob/26.03/examples/...\nNeMo-Retriever/blob/26.03/deploy/...\nNeMo-Retriever/blob/26.03/evaluation/...]
E --> H[lancedb.github.io/lancedb/sql/\n→ docs.lancedb.com/search/sql]
F --> I[faq.md display text\nstill reads nv-ingest/docker-compose.yaml]
%%{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[Docs Link Audit\nnv-ingest/blob/main] --> B{Link Type}
B --> C[docker-compose.yaml\nquickstart-guide.md x4\nfaq.md x1]
B --> D[Notebooks\nnotebooks.md x7\nfaq.md x2\ncustom-metadata.md x1]
B --> E[External Docs\ncustom-metadata.md x1]
C --> F[NeMo-Retriever/blob/26.03/docker-compose.yaml]
D --> G[NeMo-Retriever/blob/26.03/examples/...\nNeMo-Retriever/blob/26.03/deploy/...\nNeMo-Retriever/blob/26.03/evaluation/...]
E --> H[lancedb.github.io/lancedb/sql/\n→ docs.lancedb.com/search/sql]
F --> I[faq.md display text\nstill reads nv-ingest/docker-compose.yaml]
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
docs/docs/extraction/faq.md:64
The URL was updated to point at `NeMo-Retriever/blob/26.03/docker-compose.yaml`, but the link display text still reads `nv-ingest/docker-compose.yaml` — the old repository name. Readers will see a link labelled with the deprecated repo while the destination is the renamed one, which is misleading.
```suggestion
For examples of `*_ENDPOINT` variables, refer to [NeMo-Retriever/docker-compose.yaml](https://github.com/NVIDIA/NeMo-Retriever/blob/26.03/docker-compose.yaml).
```
Reviews (3): Last reviewed commit: "docs(extraction): update quickstart clon..." | Re-trigger Greptile
Address review: migrate leftover nv-ingest/main notebook URLs in notebooks, faq, and quickstart-guide to the 26.03 release branch.
Address review: replace deprecated nv-ingest git clone with NeMo-Retriever branch 26.03.
Summary
v-ingest/main\ URLs to \NeMo-Retriever\ branch \26.03\ for docker-compose, notebook, and metadata example links.
Files changed
Test plan