summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index a5873ce8..c0e3e1d4 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -5,5 +5,5 @@
{% endblock %}
{% block extrabody %}
<p class="devwarning">Warning: This is the dev version. The latest stable version is
- <a href="https://docs.vyos.io/en/crux/">Crux 1.2.x</a>. Or the current release candidate version is <a href="https://docs.vyos.io/en/equuleus/">Equuleus 1.3.x</a></p>
+ <a href="https://docs.vyos.io/en/equuleus/">Equuleus 1.3.x</a>.</a></p>
{% endblock %}