Docs: update absolute links to anymail.dev

Canonical hosting for docs moved from anymail.readthedocs.io
to anymail.dev in May 2022.
This commit is contained in:
medmunds
2023-02-08 11:25:11 -08:00
parent b1f49b8870
commit 353e793323
5 changed files with 66 additions and 69 deletions

View File

@@ -20,7 +20,7 @@ new features or breaking changes, it's always a good idea to
propose the idea in the [discussions] forum before writing
a lot of code.
[contributing]: https://anymail.readthedocs.io/en/stable/contributing/
[contributing]: https://anymail.dev/en/stable/contributing/
[discussions]: https://github.com/anymail/django-anymail/discussions
[support]: https://anymail.readthedocs.io/en/stable/help/#support
[troubleshooting]: https://anymail.readthedocs.io/en/stable/help/#troubleshooting
[support]: https://anymail.dev/en/stable/help/#support
[troubleshooting]: https://anymail.dev/en/stable/help/#troubleshooting

View File

@@ -66,7 +66,7 @@ jobs:
TAG: ${{ steps.version.outputs.tag }}
TITLE: ${{ steps.version.outputs.tag }}
NOTES: |
[Changelog](https://anymail.readthedocs.io/en/stable/changelog/#${{ steps.version.outputs.anchor }})
[Changelog](https://anymail.dev/en/stable/changelog/#${{ steps.version.outputs.anchor }})
run: |
# gh release create-or-edit "$TAG" --target "$GITHUB_REF" --title "$TITLE" --notes "$NOTES" ./dist/*
# (gh release doesn't support edit - 6/2021)