# 收到更新通知的邮件中，发布说明的链接无效

**URL:** <https://meta.discourse.org/t/email-with-update-available-has-invalid-link-to-release-notes/403389>\
**Category:** Bug\
**Tags:** email-templates\
**Created:** [2026年五月20日 04:56 UTC](https://meta.discourse.org/t/email-with-update-available-has-invalid-link-to-release-notes/403389 "2026-05-20T04:56:04Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [2026年五月21日 23:30 UTC](https://meta.discourse.org/t/email-with-update-available-has-invalid-link-to-release-notes/403389/2 "2026-05-21T23:30:33Z")

</div>

> [@fhe](#):
>
> 版本号前缺少 `v`，导致出现 404 错误。

我提交了一个 PR 来修复 `new_version_mailer...` 模板中的链接问题，方法是在 URL 字符串中添加 `v`。

> <https://github.com/discourse/discourse/pull/40237>
>
> Added a hardcoded \`v\` in the \`new\_version\_mailer\` URL strings so that it it reso…lves the correct link to the \[change log releases\](https://releases.discourse.org/) -\> (ie: https://releases.discourse.org/changelog/v2026.5.0 instead of \`https://releases.discourse.org/changelog/2026.5.0\`
> 
> see this bug topic: https://meta.discourse.org/t/-/403389

您也可以在本地通过编辑 `new_version_mailer.text_body_template` 和 `new_version_mailer_with_notes.text_body_template` 中的 URL 字符串来修复此问题。

 ![Screenshot 2026-05-21 at 4.33.09 PM](https://global.discourse-cdn.com/meta/original/4X/d/1/2/d126dabb5746ebe2b16e30b4e07d88b49514e503.png)

---

_[View the full topic](https://meta.discourse.org/t/email-with-update-available-has-invalid-link-to-release-notes/403389)._
