diff --git a/spec/support/match_json_schema_matcher.rb b/spec/support/match_json_schema_matcher.rb index 562fc13cb..cbdc1de6b 100644 --- a/spec/support/match_json_schema_matcher.rb +++ b/spec/support/match_json_schema_matcher.rb @@ -21,7 +21,7 @@ require 'json-schema' require 'open-uri' -base = 'https://raw.githubusercontent.com/elastic/apm-server/master/docs/spec/v2' +base = 'https://raw.githubusercontent.com/elastic/apm-data/main/input/elasticapm/docs/spec/v2' SCHEMA_URLS = { metadatas: "#{base}/metadata.json",