From 3517789943b348410aa5f448ad8ef63276fdfc17 Mon Sep 17 00:00:00 2001 From: Anu Date: Wed, 30 Jul 2025 19:04:31 -0400 Subject: [PATCH] Update Documentation link to point to docs instead of docs source code Change the Documentation URL to point to the rendered documentation which is easier to read than the docs source Signed-off-by: Anu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15449460963d..c2cf500d3d46 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ TensorRT-LLM [![version](https://img.shields.io/badge/release-1.0.0rc5-green)](./tensorrt_llm/version.py) [![license](https://img.shields.io/badge/license-Apache%202-blue)](./LICENSE) -[Architecture](./docs/source/torch/arch_overview.md)   |   [Performance](./docs/source/performance/perf-overview.md)   |   [Examples](https://nvidia.github.io/TensorRT-LLM/quick-start-guide.html)   |   [Documentation](./docs/source/)   |   [Roadmap](https://github.com/NVIDIA/TensorRT-LLM/issues?q=is%3Aissue%20state%3Aopen%20label%3Aroadmap) +[Architecture](./docs/source/torch/arch_overview.md)   |   [Performance](./docs/source/performance/perf-overview.md)   |   [Examples](https://nvidia.github.io/TensorRT-LLM/quick-start-guide.html)   |   [Documentation](https://nvidia.github.io/TensorRT-LLM/)   |   [Roadmap](https://github.com/NVIDIA/TensorRT-LLM/issues?q=is%3Aissue%20state%3Aopen%20label%3Aroadmap) ---