File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ class DeprecatedBuildImageSiteNotification(SiteNotification):
328
328
'Your project(s) "{{ project_slugs }}" are using the deprecated "build.image" '
329
329
'config on their ".readthedocs.yaml" file. '
330
330
'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
332
332
"and ensure your project continues building successfully."
333
333
)
334
334
failure_level = WARNING_PERSISTENT
Original file line number Diff line number Diff line change 166
166
{% if build.finished and build.deprecated_build_image_used %}
167
167
< div class ="build-ideas ">
168
168
< 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/" %}
170
170
< strong > Your builds will stop working soon!</ strong > < br />
171
171
"build.image" config key is deprecated and it will be removed soon.
172
172
< a href ="{{ config_file_link }} "> Read our blog post to know how to migrate to new key "build.os"</ a >
You can’t perform that action at this time.
0 commit comments