Skip to content

docs(extraction): pin UDF examples link to 26.03 branch - #2249

Merged
kheiss-uwzoo merged 1 commit into
NVIDIA:26.03from
kheiss-uwzoo:docs/6179241-udf-readme-link
Jun 19, 2026
Merged

docs(extraction): pin UDF examples link to 26.03 branch#2249
kheiss-uwzoo merged 1 commit into
NVIDIA:26.03from
kheiss-uwzoo:docs/6179241-udf-readme-link

Conversation

@kheiss-uwzoo

Copy link
Copy Markdown
Collaborator

Summary

  • Fix the last NVBugs 6179241 broken GitHub link on the 26.3.0 extraction docs by pointing the UDF examples README at \NeMo-Retriever\ branch \26.03\ instead of \main\ (404).

Test plan

Fix NVBugs 6179241 broken GitHub link on user-defined-functions by pointing the UDF README at NeMo-Retriever release branch 26.03.
@kheiss-uwzoo
kheiss-uwzoo requested a review from a team as a code owner June 19, 2026 18:59
@kheiss-uwzoo
kheiss-uwzoo requested review from edknv and removed request for a team June 19, 2026 18:59
@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR fixes a broken documentation link in the extraction user-defined-functions guide by pinning the UDF examples README URL from the main branch to the 26.03 branch, resolving the 404 reported in NVBugs 6179241.

  • Changes one URL in docs/docs/extraction/user-defined-functions.md, swapping /blob/main/ for /blob/26.03/ in the "NV-Ingest UDF Examples" related-topics link.

Confidence Score: 5/5

Safe to merge — single URL change in a documentation file with no runtime code impact.

The change is a one-line URL correction in a Markdown doc. Pinning to the 26.03 branch matches the base branch of this PR, and the test plan explicitly includes verifying the target URL returns 200.

No files require special attention.

Important Files Changed

Filename Overview
docs/docs/extraction/user-defined-functions.md Single-line URL fix: pins the UDF examples README link from main to 26.03 branch to resolve a 404.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[user-defined-functions.md
Related Topics section] --> B{UDF Examples link}
    B -- "before: /blob/main/" --> C["❌ 404 Not Found
github.com/.../blob/main/examples/udfs/README.md"]
    B -- "after: /blob/26.03/" --> D["✅ 200 OK
github.com/.../blob/26.03/examples/udfs/README.md"]
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[user-defined-functions.md
Related Topics section] --> B{UDF Examples link}
    B -- "before: /blob/main/" --> C["❌ 404 Not Found
github.com/.../blob/main/examples/udfs/README.md"]
    B -- "after: /blob/26.03/" --> D["✅ 200 OK
github.com/.../blob/26.03/examples/udfs/README.md"]
Loading

Reviews (1): Last reviewed commit: "docs(extraction): pin UDF examples link ..." | Re-trigger Greptile

@kheiss-uwzoo kheiss-uwzoo self-assigned this Jun 19, 2026
@kheiss-uwzoo kheiss-uwzoo added the doc Improvements or additions to documentation label Jun 19, 2026
@kheiss-uwzoo
kheiss-uwzoo merged commit 0932d8d into NVIDIA:26.03 Jun 19, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant