diff --git a/core/modules/help_topics/help_topics/config.export_full.html.twig b/core/modules/help_topics/help_topics/config.export_full.html.twig
index 0321312..e1de915 100644
--- a/core/modules/help_topics/help_topics/config.export_full.html.twig
+++ b/core/modules/help_topics/help_topics/config.export_full.html.twig
@@ -6,8 +6,8 @@ related:
 - config.export_single
 - config.import_single
 ---
-{% set export = render_var(url('config.export_full')) %}
-{% set config_overview = render_var(url('help.help_topic', {'id': 'core.config_overview'})) %}
+{% set export = render_var(help_url('config.export_full')) %}
+{% set config_overview = render_var(help_url('help.help_topic', {'id': 'core.config_overview'})) %}
 <h2>{% trans %}Goal{% endtrans %}</h2>
 <p>{% trans %}Create and download an archive containing all your site's configuration, exported as YAML files. See <a href="{{ config_overview }}">Managing and deploying configuration</a> for more information about configuration.{% endtrans %}</p>
 <h2>{% trans %}Steps{% endtrans %}</h2>
diff --git a/core/modules/help_topics/help_topics/config.export_single.html.twig b/core/modules/help_topics/help_topics/config.export_single.html.twig
index 8a1cf57..d60a983 100644
--- a/core/modules/help_topics/help_topics/config.export_single.html.twig
+++ b/core/modules/help_topics/help_topics/config.export_single.html.twig
@@ -6,8 +6,8 @@ related:
 - config.import_full
 - config.import_single
 ---
-{% set single_export = render_var(url('config.export_single')) %}
-{% set config_overview = render_var(url('help.help_topic', {'id': 'core.config_overview'})) %}
+{% set single_export = render_var(help_url('config.export_single')) %}
+{% set config_overview = render_var(help_url('help.help_topic', {'id': 'core.config_overview'})) %}
 <h2>{% trans %}Goal{% endtrans %}</h2>
 <p>{% trans %}Export a single configuration item to a file. See <a href="{{ config_overview }}">Managing and deploying configuration</a> for more information about configuration.{% endtrans %}</p>
 <h2>{% trans %}Steps{% endtrans %}</h2>
diff --git a/core/modules/help_topics/help_topics/config.import_full.html.twig b/core/modules/help_topics/help_topics/config.import_full.html.twig
index a083d79..f78437f 100644
--- a/core/modules/help_topics/help_topics/config.import_full.html.twig
+++ b/core/modules/help_topics/help_topics/config.import_full.html.twig
@@ -6,9 +6,9 @@ related:
 - config.import_single
 - config.export_single
 ---
-{% set import_page = render_var(url('config.import_full')) %}
-{% set export_full = render_var(url('help.help_topic', {'id': 'config.export_full'})) %}
-{% set config_overview = render_var(url('help.help_topic', {'id': 'core.config_overview'})) %}
+{% set import_page = render_var(help_url('config.import_full')) %}
+{% set export_full = render_var(help_url('help.help_topic', {'id': 'config.export_full'})) %}
+{% set config_overview = render_var(help_url('help.help_topic', {'id': 'core.config_overview'})) %}
 <h2>{% trans %}Goal{% endtrans %}</h2>
 <p>{% trans %}Import the complete configuration of your site from an archive file, such as one that was previously exported (see <a href="{{ export_full }}">Exporting your complete site configuration</a>). See <a href="{{ config_overview }}">Managing and deploying configuration</a> for more information about configuration.{% endtrans %}</p>
 <h2>{% trans %}Steps{% endtrans %}</h2>
diff --git a/core/modules/help_topics/help_topics/config.import_single.html.twig b/core/modules/help_topics/help_topics/config.import_single.html.twig
index c1e40fe..c0dda62 100644
--- a/core/modules/help_topics/help_topics/config.import_single.html.twig
+++ b/core/modules/help_topics/help_topics/config.import_single.html.twig
@@ -6,9 +6,9 @@ related:
 - config.import_full
 - config.export_single
 ---
-{% set single_import = render_var(url('config.import_single')) %}
-{% set single_export = render_var(url('help.help_topic', {'id': 'config.export_single'})) %}
-{% set config_overview = render_var(url('help.help_topic', {'id': 'core.config_overview'})) %}
+{% set single_import = render_var(help_url('config.import_single')) %}
+{% set single_export = render_var(help_url('help.help_topic', {'id': 'config.export_single'})) %}
+{% set config_overview = render_var(help_url('help.help_topic', {'id': 'core.config_overview'})) %}
 <h2>{% trans %}Goal{% endtrans %}</h2>
 <p>{% trans %}Import a single configuration item in YAML format, such as one that was previously exported (see <a href="{{ single_export }}">Exporting a single configuration item</a>). See <a href="{{ config_overview }}">Managing and deploying configuration</a> for more information about configuration.{% endtrans %}</p>
 <h2>{% trans %}Steps{% endtrans %}</h2>
