summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 6b04603b..8a967f6c 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -66,7 +66,7 @@ and a reference to any issue tickets that the PR is intended to solve.
All PRs with code changes should include tests. All changes should include a
changelog entry.
-``setuptools`` uses `towncrier <https://town-crier.readthedocs.io/en/latest/>`_
+``setuptools`` uses `towncrier <https://pypi.org/project/towncrier/>`_
for changelog managment, so when making a PR, please add a news fragment in the
``changelog.d/`` folder. Changelog files are written in Restructured Text and
should be a 1 or 2 sentence description of the substantive changes in the PR.