From 9676111f2c73f36bfeb459b1d6a55509aca71b3a Mon Sep 17 00:00:00 2001 From: Kurt Heiss Date: Fri, 19 Jun 2026 11:57:41 -0700 Subject: [PATCH] docs(extraction): pin UDF examples link to 26.03 branch Fix NVBugs 6179241 broken GitHub link on user-defined-functions by pointing the UDF README at NeMo-Retriever release branch 26.03. --- docs/docs/extraction/user-defined-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/extraction/user-defined-functions.md b/docs/docs/extraction/user-defined-functions.md index 8c6cf4ec57..a7016730e6 100644 --- a/docs/docs/extraction/user-defined-functions.md +++ b/docs/docs/extraction/user-defined-functions.md @@ -940,6 +940,6 @@ def debug_udf(control_message: IngestControlMessage) -> IngestControlMessage: ## Related Topics -- [NV-Ingest UDF Examples](https://github.com/NVIDIA/NeMo-Retriever/blob/main/examples/udfs/README.md) +- [NV-Ingest UDF Examples](https://github.com/NVIDIA/NeMo-Retriever/blob/26.03/examples/udfs/README.md) - [User-Defined Stages for NeMo Retriever Library](user-defined-stages.md) - [NimClient Usage](nimclient.md)