From 3d4c6a84c388e9cf372162342c643bc51663ad02 Mon Sep 17 00:00:00 2001 From: iacker Date: Thu, 6 Aug 2026 17:30:14 +0200 Subject: [PATCH] docs: fix duplicate anchor so Documentation TOC link resolves The Artifacts table of contents links to [Documentation](#documentation), but the Documentation section reused the same anchor as the Source Code section just above it. As a result the Documentation TOC entry did not resolve to its section. Rename the anchor to "documentation" to match the TOC link. Signed-off-by: iacker --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c05a316bd..b6603774ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ The GPU Operator releases follow [calendar versioning](https://calver.org/). The NVIDIA GPU Operator source code is available on GitHub at https://github.com/NVIDIA/gpu-operator -### Documentation +### Documentation The official NVIDIA GPU Operator documentation is available at https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html