This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ Update dead links in `check-newsfragment.sh` to point to the correct documentation URL.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if ! git diff --quiet FETCH_HEAD... -- debian; then
19
19
if git diff --quiet FETCH_HEAD... -- debian/changelog; then
20
20
echo " Updates to debian directory, but no update to the changelog." >&2
21
21
echo " !! Please see the contributing guide for help writing your changelog entry:" >&2
22
- echo " https://github.com/ matrix-org/synapse/blob/develop/CONTRIBUTING.md #debian-changelog" >&2
22
+ echo " https://matrix-org.github.io /synapse/latest/development/contributing_guide.html #debian-changelog" >&2
23
23
exit 1
24
24
fi
25
25
fi
32
32
33
33
# Print a link to the contributing guide if the user makes a mistake
34
34
CONTRIBUTING_GUIDE_TEXT=" !! Please see the contributing guide for help writing your changelog entry:
35
- https://github.com/ matrix-org/synapse/blob/develop/CONTRIBUTING.md #changelog"
35
+ https://matrix-org.github.io /synapse/latest/development/contributing_guide.html #changelog"
36
36
37
37
# If check-newsfragment returns a non-zero exit code, print the contributing guide and exit
38
38
python -m towncrier.check --compare-with=origin/develop || (echo -e " $CONTRIBUTING_GUIDE_TEXT " >&2 && exit 1)
You can’t perform that action at this time.
0 commit comments