Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update dead links in check-newsfragment.sh (#12331)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Mar 30, 2022
1 parent 19a1d6a commit a7fb66e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/12331.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dead links in `check-newsfragment.sh` to point to the correct documentation URL.
4 changes: 2 additions & 2 deletions scripts-dev/check-newsfragment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ! git diff --quiet FETCH_HEAD... -- debian; then
if git diff --quiet FETCH_HEAD... -- debian/changelog; then
echo "Updates to debian directory, but no update to the changelog." >&2
echo "!! Please see the contributing guide for help writing your changelog entry:" >&2
echo "https://github.com/matrix-org/synapse/blob/develop/CONTRIBUTING.md#debian-changelog" >&2
echo "https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#debian-changelog" >&2
exit 1
fi
fi
Expand All @@ -32,7 +32,7 @@ fi

# Print a link to the contributing guide if the user makes a mistake
CONTRIBUTING_GUIDE_TEXT="!! Please see the contributing guide for help writing your changelog entry:
https://github.com/matrix-org/synapse/blob/develop/CONTRIBUTING.md#changelog"
https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#changelog"

# If check-newsfragment returns a non-zero exit code, print the contributing guide and exit
python -m towncrier.check --compare-with=origin/develop || (echo -e "$CONTRIBUTING_GUIDE_TEXT" >&2 && exit 1)
Expand Down

0 comments on commit a7fb66e

Please sign in to comment.