Skip to content

Commit 999c368

Browse files
docs(schema): Use reference to correct analyzer configuration schema
This is a fixup for 8dbd425. Signed-off-by: Marcel Bochtler <git@bochtler.io>
1 parent b7410dc commit 999c368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/schemas/repository-configuration-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "object",
77
"properties": {
88
"analyzer": {
9-
"$ref": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/analyzer-configuration-schema.json"
9+
"$ref": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/repository-configurations/analyzer-configuration-schema.json"
1010
},
1111
"excludes": {
1212
"type": "object",

0 commit comments

Comments
 (0)