From 08670eb134694a24a91aa6c4b6e5da34233eba24 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 16 Aug 2023 11:36:08 +0200 Subject: [PATCH] Build: update links to blog post --- readthedocs/projects/tasks/utils.py | 2 +- readthedocs/templates/builds/build_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/projects/tasks/utils.py b/readthedocs/projects/tasks/utils.py index 1175ffb70c4..f5945852f78 100644 --- a/readthedocs/projects/tasks/utils.py +++ b/readthedocs/projects/tasks/utils.py @@ -328,7 +328,7 @@ class DeprecatedBuildImageSiteNotification(SiteNotification): 'Your project(s) "{{ project_slugs }}" are using the deprecated "build.image" ' 'config on their ".readthedocs.yaml" file. ' 'This config is deprecated in favor of "build.os" and will be removed on October 16, 2023. ' # noqa - 'Read our blog post to migrate to "build.os" ' # noqa + 'Read our blog post to migrate to "build.os" ' # noqa "and ensure your project continues building successfully." ) failure_level = WARNING_PERSISTENT diff --git a/readthedocs/templates/builds/build_detail.html b/readthedocs/templates/builds/build_detail.html index 5bc6428f140..3d53faf6a4e 100644 --- a/readthedocs/templates/builds/build_detail.html +++ b/readthedocs/templates/builds/build_detail.html @@ -166,7 +166,7 @@ {% if build.finished and build.deprecated_build_image_used %}

- {% blocktrans trimmed with config_file_link="https://blog.readthedocs.com/build-image-config-deprecated/" %} + {% blocktrans trimmed with config_file_link="https://blog.readthedocs.com/use-build-os-config/" %} Your builds will stop working soon!
"build.image" config key is deprecated and it will be removed soon. Read our blog post to know how to migrate to new key "build.os"