diff --git a/readthedocs/templates/builds/build_detail.html b/readthedocs/templates/builds/build_detail.html index aaad4b7ff84..e47d129ae9a 100644 --- a/readthedocs/templates/builds/build_detail.html +++ b/readthedocs/templates/builds/build_detail.html @@ -178,7 +178,7 @@ {% if build.finished and build.config.build.commands %}
- {% blocktrans trimmed with config_file_link="https://docs.readthedocs.io/page/build-customization.html#override-the-build-process-completely" %}
+ {% blocktrans trimmed with config_file_link="https://docs.readthedocs.io/page/build-customization.html#override-the-build-process" %}
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.
{% endblocktrans %}