From 3c213640d342c012b1bf4c2a952c863760b798f8 Mon Sep 17 00:00:00 2001 From: Anu Date: Thu, 11 Sep 2025 13:10:04 -0400 Subject: [PATCH] Fix link to building TensorRT-LLM Docker documentation Replace broken link --- articles/gpt-oss/run-nvidia.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/gpt-oss/run-nvidia.ipynb b/articles/gpt-oss/run-nvidia.ipynb index 7de45f035f..25c6b6143c 100644 --- a/articles/gpt-oss/run-nvidia.ipynb +++ b/articles/gpt-oss/run-nvidia.ipynb @@ -85,7 +85,7 @@ "\n", "Alternatively, you can build the TensorRT-LLM container from source.\n", "This approach is useful if you want to modify the source code or use a custom branch.\n", - "For detailed instructions, see the [official documentation](https://github.com/NVIDIA/TensorRT-LLM/tree/feat/gpt-oss/docker)." + "For detailed instructions, see the [official documentation](https://github.com/NVIDIA/TensorRT-LLM/tree/main/docker)." ] }, {