diff --git a/Makefile b/Makefile index dec3338054e..b4f3cd4f6f0 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,5 @@ install-python-dependencies: fetchschemas: mkdir -p schema - curl https://getsentry.github.io/relay/event-schema/event.schema.json -o schema/event.schema.json + curl https://raw.githubusercontent.com/getsentry/sentry-data-schemas/main/relay/event.schema.json -o schema/event.schema.json .PHONY: fetchschemas