From 29b5446cacf2c9952eeac5a6d6e893a598c4c0f2 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 9 Apr 2024 16:33:48 +0200 Subject: [PATCH] Notification: typo in message Because of this extra `"`, the link was broken. --- readthedocs/notifications/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/notifications/messages.py b/readthedocs/notifications/messages.py index c1203f899cb..154b784e7c6 100644 --- a/readthedocs/notifications/messages.py +++ b/readthedocs/notifications/messages.py @@ -381,7 +381,7 @@ def get_rendered_body(self): textwrap.dedent( """ The build.commands feature is in beta, and could have backwards incompatible changes while in beta. - Read more at our documentation to find out its limitations and potential issues. + Read more at our documentation to find out its limitations and potential issues. """ ).strip(), ),