We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648daef commit 91ef7cfCopy full SHA for 91ef7cf
1 file changed
overrides/main.html
@@ -1,15 +1,15 @@
1
{% extends "base.html" %}
2
3
{% block outdated %}
4
- You're not viewing the latest version.
5
- <a href="{{ '../' ~ base_url }}">
6
- <strong>Click here to go to latest.</strong>
7
- </a>
+You're not viewing the latest version.
+<a href="{{ '../' ~ base_url }}">
+ <strong>Click here to go to latest.</strong>
+</a>
8
{% endblock %}
9
10
{% block announce %}
11
- OpenBAS has been renamed to OpenAEV.
12
- <a href="{{ '/2.0.X/deployment/breaking-changes/2.0.0-openaev-renaming/' }}">
13
- <strong>Click here to go to the migration guide.</strong>
14
+Breaking Changes in OpenAEV 2.1
+<a href="{{ '/2.1.X/deployment/breaking-changes/2.1.0-encrypting-password/' }}">
+ <strong>Click here to go to the migration guide.</strong>
15
0 commit comments