Skip to content

Commit ee61c35

Browse files
authored
Notification: typo in message (#11268)
Because of this extra `"`, the link was broken.
1 parent 06c1c64 commit ee61c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/notifications/messages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def get_rendered_body(self):
381381
textwrap.dedent(
382382
"""
383383
<strong>The <code>build.commands</code> feature is in beta, and could have backwards incompatible changes while in beta.</strong>
384-
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.
384+
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.
385385
"""
386386
).strip(),
387387
),

0 commit comments

Comments
 (0)