Skip to content

Commit

Permalink
docs(schema): Use reference to correct analyzer configuration schema
Browse files Browse the repository at this point in the history
This is a fixup for 8dbd425.

Signed-off-by: Marcel Bochtler <[email protected]>
  • Loading branch information
MarcelBochtler committed Jan 28, 2025
1 parent b7410dc commit 999c368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/schemas/repository-configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "object",
"properties": {
"analyzer": {
"$ref": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/analyzer-configuration-schema.json"
"$ref": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/repository-configurations/analyzer-configuration-schema.json"
},
"excludes": {
"type": "object",
Expand Down

0 comments on commit 999c368

Please sign in to comment.