Skip to content

Commit d22a7c4

Browse files
authored
fix(qtype): Use raw gitub url for qtype (SchemaStore#4821)
1 parent f781bd9 commit d22a7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/json/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4773,7 +4773,7 @@
47734773
"name": "QType AI DSL",
47744774
"description": "A DSL for rapid prototyping of AI applications",
47754775
"fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
4776-
"url": "https://github.com/lou-k/qtype/blob/main/schema/qtype.schema.json"
4776+
"url": "https://raw.githubusercontent.com/lou-k/qtype/refs/heads/main/schema/qtype.schema.json"
47774777
},
47784778
{
47794779
"name": "Railway",

0 commit comments

Comments
 (0)