Link to the new download page (#7149)

This commit is contained in:
Jace Browning
2025-05-21 09:42:11 -04:00
committed by GitHub
parent 4d404bf137
commit 4a585db637
3 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ if len(modified_release_body) > max_length:
# Message to send to Discord
data = {
"content": textwrap.dedent(f'''
**{release_version}** is now available! Check out the latest features and improvements here: <https://zoo.dev/modeling-app/download>
**{release_version}** is now available! Check out the latest features and improvements here: <https://zoo.dev/design-studio>
{modified_release_body}
'''),