From 999c3684434ccf06f80fb7e37d98ae3f802395e4 Mon Sep 17 00:00:00 2001 From: Marcel Bochtler Date: Tue, 28 Jan 2025 23:48:32 +0100 Subject: [PATCH] docs(schema): Use reference to correct analyzer configuration schema This is a fixup for 8dbd4258f37e74cef86c8dfb5afe88852e184a8c. Signed-off-by: Marcel Bochtler --- integrations/schemas/repository-configuration-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/schemas/repository-configuration-schema.json b/integrations/schemas/repository-configuration-schema.json index 2dbebde457989..4bc6b3fbab5f7 100644 --- a/integrations/schemas/repository-configuration-schema.json +++ b/integrations/schemas/repository-configuration-schema.json @@ -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",