diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 51e54094c..8d124b341 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. The issue tracker is for reporting bugs and feature requests only. For end-user related support questions, please refer to one of the following: -- the Traefik community forum: https://community.containo.us/ +- the Traefik community forum: https://community.traefik.io/ --> diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b81ede4f9..82f6dd462 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ body: label: Welcome! description: | The issue tracker is for reporting bugs and feature requests only. For end-user related support questions, please refer to one of the following: - - the Traefik community forum: https://community.containo.us/ + - the Traefik community forum: https://community.traefik.io/ The configurations between 1.X and 2.X are NOT compatible. Please have a look [here](https://doc.traefik.io/traefik/getting-started/configuration-overview/). @@ -15,7 +15,7 @@ body: options: - label: Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. required: true - - label: Yes, I've searched similar issues on the [Traefik community forum](https://community.containo.us) and didn't find any. + - label: Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find any. required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index bcea354ce..5a092594d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -7,13 +7,13 @@ body: label: Welcome! description: | The issue tracker is for reporting bugs and feature requests only. For end-user related support questions, please refer to one of the following: - - the Traefik community forum: https://community.containo.us/ + - the Traefik community forum: https://community.traefik.io/ DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. options: - label: Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. required: true - - label: Yes, I've searched similar issues on the [Traefik community forum](https://community.containo.us) and didn't find any. + - label: Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find any. required: true - type: textarea