Skip to content

Commit 4ddf876

Browse files
authored
Build: update links to blog post (#10636)
1 parent a23bc26 commit 4ddf876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/projects/tasks/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class DeprecatedBuildImageSiteNotification(SiteNotification):
328328
'Your project(s) "{{ project_slugs }}" are using the deprecated "build.image" '
329329
'config on their ".readthedocs.yaml" file. '
330330
'This config is deprecated in favor of "build.os" and <strong>will be removed on October 16, 2023</strong>. ' # noqa
331-
'<a href="https://blog.readthedocs.com/build-image-config-deprecated/">Read our blog post to migrate to "build.os"</a> ' # noqa
331+
'<a href="https://blog.readthedocs.com/use-build-os-config/">Read our blog post to migrate to "build.os"</a> ' # noqa
332332
"and ensure your project continues building successfully."
333333
)
334334
failure_level = WARNING_PERSISTENT

readthedocs/templates/builds/build_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
{% if build.finished and build.deprecated_build_image_used %}
167167
<div class="build-ideas">
168168
<p>
169-
{% blocktrans trimmed with config_file_link="https://blog.readthedocs.com/build-image-config-deprecated/" %}
169+
{% blocktrans trimmed with config_file_link="https://blog.readthedocs.com/use-build-os-config/" %}
170170
<strong>Your builds will stop working soon!</strong><br/>
171171
"build.image" config key is deprecated and it will be removed soon.
172172
<a href="{{ config_file_link }}">Read our blog post to know how to migrate to new key "build.os"</a>

0 commit comments

Comments
 (0)