diff --git a/atmo/templates/atmo/base.html b/atmo/templates/atmo/base.html index 2222ac5b..b78871e1 100644 --- a/atmo/templates/atmo/base.html +++ b/atmo/templates/atmo/base.html @@ -86,7 +86,7 @@
If the error shows up a lot, please open a - Bugzilla ticket{% if request.sentry.id %} + GitHub issue{% if request.sentry.id %} and reference this error with Sentry error ID {{ request.sentry.id }}{% endif %}.
diff --git a/contribute.json b/contribute.json index 6ec428b8..e71c228e 100644 --- a/contribute.json +++ b/contribute.json @@ -15,8 +15,8 @@ "tests": "https://circleci.com/gh/mozilla/telemetry-analysis-service" }, "bugs": { - "list": "https://bugzilla.mozilla.org/buglist.cgi?product=Cloud%20Services&component=Metrics%3A%20Pipeline&o1=substring&v1=ATMO%20V2&f1=short_desc", - "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Cloud%20Services&component=Metrics%3A%20Pipeline&short_desc=ATMO%20V2%3A%20" + "list": "https://github.com/mozilla/telemetry-analysis-service/issues", + "report": "https://github.com/mozilla/telemetry-analysis-service/issues/new" }, "urls": { "prod": "https://analysis.telemetry.mozilla.org/",