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

@@ -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)