Skip to content

Commit 4218049

Browse files
committed
Fix broken link in documentation index
Replaced `{doc}` with `{ref}` for the 'genindex' link to ensure proper rendering and functionality in the documentation.
1 parent 9b9ad44 commit 4218049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Complete API documentation is available in the {doc}`api/index` section, coverin
126126
1. **{doc}`quickstart`** - Get up and running quickly with basic examples
127127
2. **{doc}`examples`** - Comprehensive usage examples and patterns
128128
3. **{doc}`api/index`** - Complete API reference documentation
129-
4. **{doc}`genindex`** - Index of all documented items
129+
4. **{ref}`genindex`** - Index of all documented items
130130

131131
## Requirements
132132

0 commit comments

Comments
 (0)