Skip to content

Commit

Permalink
Notification: typo in message (#11268)
Browse files Browse the repository at this point in the history
Because of this extra `"`, the link was broken.
  • Loading branch information
humitos authored Apr 9, 2024
1 parent 06c1c64 commit ee61c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/notifications/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def get_rendered_body(self):
textwrap.dedent(
"""
<strong>The <code>build.commands</code> feature is in beta, and could have backwards incompatible changes while in beta.</strong>
Read more at <a href=""https://docs.readthedocs.io/page/build-customization.html#override-the-build-process">our documentation</a> to find out its limitations and potential issues.
Read more at <a href="https://docs.readthedocs.io/page/build-customization.html#override-the-build-process">our documentation</a> to find out its limitations and potential issues.
"""
).strip(),
),
Expand Down

0 comments on commit ee61c35

Please sign in to comment.