Skip to content

Commit 3d4c6a8

Browse files
committed
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 <a name="source-code"> 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 <iacker@users.noreply.github.com>
1 parent 736fdfb commit 3d4c6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The GPU Operator releases follow [calendar versioning](https://calver.org/).
5959

6060
The NVIDIA GPU Operator source code is available on GitHub at https://github.com/NVIDIA/gpu-operator
6161

62-
### <a name="source-code"></a> Documentation
62+
### <a name="documentation"></a> Documentation
6363

6464
The official NVIDIA GPU Operator documentation is available at https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html
6565

0 commit comments

Comments
 (0)