Skip to content

Commit 9b30ad6

Browse files
authored
Fix blog post link (#12287)
Missed this one in #12282
1 parent 5e04368 commit 9b30ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/notifications/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def get_rendered_body(self):
227227
This build has failed because the current deploy key on the repository was created with write permission.
228228
For protection against abuse we've restricted use of these deploy keys.
229229
A read-only deploy key will need to be set up <b>before July 31, 2025</b> to continue building this project.
230-
Read more about this in our <a href="https://about.readthedocs.com/blog/2025/05/ssh-keys-with-write-access/">blog post</a>.
230+
Read more about this in our <a href="https://about.readthedocs.com/blog/2025/07/ssh-keys-with-write-access/">blog post</a>.
231231
"""
232232
).strip(),
233233
),

0 commit comments

Comments
 (0)