mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user