Skip to content

Commit 4a8260e

Browse files
authored
docs: update apmschema url to use apm-data
apm schema was moved to apm-data a long time ago and the apm-server files are just a mirror update the script to use apm-data files to we can stop mirroring them in apm-server
1 parent afbd4cb commit 4a8260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/match_json_schema_matcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
require 'json-schema'
2222
require 'open-uri'
2323

24-
base = 'https://raw.githubusercontent.com/elastic/apm-server/master/docs/spec/v2'
24+
base = 'https://raw.githubusercontent.com/elastic/apm-data/main/input/elasticapm/docs/spec/v2'
2525

2626
SCHEMA_URLS = {
2727
metadatas: "#{base}/metadata.json",

0 commit comments

Comments
 (0)