Skip to content

Commit bae0893

Browse files
update ES links to documentation (SLM)
1 parent 43e99d5 commit bae0893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/Modules/slm/slm_create.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% embed 'Embed/buttons_embed.html.twig' %}
2121
{% import 'Import/app_import.html.twig' as appImport %}
2222
{% block content %}
23-
<a class="btn btn-secondary btn-sm" rel="noreferrer" target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-snapshot-lifecycle-management.html#slm-gs-create-policy">
23+
<a class="btn btn-secondary btn-sm" rel="noreferrer" target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html#automate-snapshots-slm">
2424
{{ 'help'|trans }}
2525
</a>
2626
{% endblock %}

templates/Modules/slm/slm_update.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{% embed 'Embed/buttons_embed.html.twig' %}
2525
{% import 'Import/app_import.html.twig' as appImport %}
2626
{% block content %}
27-
<a class="btn btn-secondary btn-sm" rel="noreferrer" target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-snapshot-lifecycle-management.html#slm-gs-create-policy">
27+
<a class="btn btn-secondary btn-sm" rel="noreferrer" target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html#automate-snapshots-slm">
2828
{{ 'help'|trans }}
2929
</a>
3030
{% endblock %}

0 commit comments

Comments
 (0)