From c7b2c31161cddd7f10d96cb5ec7a8a7b42ecdf79 Mon Sep 17 00:00:00 2001
From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com>
Date: Mon, 9 Jan 2023 17:33:49 +0100
Subject: [PATCH] Update link to towncrier in contribution guide (#14801)

* Update link to towncrier in contribution guide

* newsfile
---
 changelog.d/14801.doc                  | 1 +
 docs/development/contributing_guide.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changelog.d/14801.doc

diff --git a/changelog.d/14801.doc b/changelog.d/14801.doc
new file mode 100644
index 0000000000..ce8e6763f1
--- /dev/null
+++ b/changelog.d/14801.doc
@@ -0,0 +1 @@
+Update link to towncrier in contribution guide.
\ No newline at end of file
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md
index 43cb3e201d..4c10676714 100644
--- a/docs/development/contributing_guide.md
+++ b/docs/development/contributing_guide.md
@@ -382,7 +382,7 @@ To prepare a Pull Request, please:
 ## Changelog
 
 All changes, even minor ones, need a corresponding changelog / newsfragment
-entry. These are managed by [Towncrier](https://github.com/hawkowl/towncrier).
+entry. These are managed by [Towncrier](https://github.com/twisted/towncrier).
 
 To create a changelog entry, make a new file in the `changelog.d` directory named
 in the format of `PRnumber.type`. The type can be one of the following:
-- 
GitLab