mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Fix release announcements docker link (#16808)
We still publish to the old place.
This commit is contained in:
parent
7d57c2cb2b
commit
90607bf5ad
2 changed files with 2 additions and 1 deletions
1
changelog.d/16808.misc
Normal file
1
changelog.d/16808.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix release announcements docker link.
|
|
@ -659,7 +659,7 @@ def _announce() -> None:
|
|||
Hi everyone. Synapse {current_version} has just been released.
|
||||
|
||||
[notes](https://github.com/element-hq/synapse/releases/tag/{tag_name}) | \
|
||||
[docker](https://hub.docker.com/r/vectorim/synapse/tags?name={tag_name}) | \
|
||||
[docker](https://hub.docker.com/r/matrixdotorg/synapse/tags?name={tag_name}) | \
|
||||
[debs](https://packages.matrix.org/debian/) | \
|
||||
[pypi](https://pypi.org/project/matrix-synapse/{current_version}/)"""
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue