Skip to content

Commit 313d751

Browse files
authored
docs: Update deprecation message for v2 (#1257)
JIRA: CPOUI5FOUNDATION-875
1 parent 6a80cab commit 313d751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

overrides/main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{#-
2-
This file was initialy copied from https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks
2+
This file was initially copied from https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks
33
It displays a message for the non-default branch
44
-#}
55
{% extends "base.html" %}
66

77
{% block announce %}
88
⚠️ UI5 CLI v2 has been deprecated! We highly recommend migrating to
9-
<a href="{{ base_url ~ '/../v3/' }}">
10-
<strong>the latest version (v3).</strong>
9+
<a href="{{ base_url ~ '/../stable/' }}">
10+
<strong>the latest version.</strong>
1111
</a>
1212
{% endblock %}

0 commit comments

Comments
 (0)