From 38f9465743785fb91d1d1390f818017a9c703c8c Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Mon, 5 Sep 2022 15:18:18 +0200 Subject: [PATCH] Fix link in PR template --- .github/pull_request_template.md | 2 +- changelog.d/5-internal/fix-pr-template | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/5-internal/fix-pr-template diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f27e2b42a..0e87493471 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ ## Checklist - [ ] Add a new entry in an appropriate subdirectory of `changelog.d` - - [ ] Read and follow the [PR guidelines](https://github.com/wireapp/wire-server/blob/develop/docs/developer/pr-guidelines.md) + - [ ] Read and follow the [PR guidelines](https://docs.wire.com/developer/developer/pr-guidelines.html) diff --git a/changelog.d/5-internal/fix-pr-template b/changelog.d/5-internal/fix-pr-template new file mode 100644 index 0000000000..2fb12fbc35 --- /dev/null +++ b/changelog.d/5-internal/fix-pr-template @@ -0,0 +1 @@ +Fix link in PR template