Skip to content

Commit e2f8308

Browse files
committed
Fix registry schema link
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 1135e4a commit e2f8308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/registry/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func (b *Builder) WriteJSON(path string) error {
304304

305305
// Wrap the registry with the schema
306306
wrappedRegistry := registryWithSchema{
307-
Schema: "https://raw.githubusercontent.com/stacklok/toolhive/main/docs/registry/schema.json",
307+
Schema: "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/schema.json",
308308
Registry: registry,
309309
}
310310

0 commit comments

Comments
 (0)