Skip to content

Commit 28001e4

Browse files
dmartinolclaude
andauthored
Fix schema.json path reference in registry docs (#1734)
Update broken relative link from schema.json to correct path ../../pkg/registry/data/schema.json in the registry schema documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Daniele Martinoli <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent b2d6abd commit 28001e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/registry/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ToolHive MCP server registry and how to use it for validation and development.
1313
1414
## Overview
1515

16-
The [`schema.json`](schema.json) file provides comprehensive validation for the
16+
The [`schema.json`](../../pkg/registry/data/schema.json) file provides comprehensive validation for the
1717
[`registry.json`](../../pkg/registry/data/registry.json) file structure. It
1818
ensures consistency, catches common errors, and serves as living documentation
1919
for contributors.

0 commit comments

Comments
 (0)