diff --git a/chapters/hud.md b/chapters/hud.md
index 1918664..bd918cc 100644
--- a/chapters/hud.md
+++ b/chapters/hud.md
@@ -4,6 +4,13 @@ layout: default
root: ../
---
+
+
Experimental Feature
+
+ The HUD feature will probably be rewritten in an upcoming Minetest release.
+ Be aware that you may need to update your mods if the API is changed.
+
+
Introduction
------------
@@ -11,9 +18,6 @@ Heads Up Display (HUD) elements allow you to show text, images, and other graphi
HUD doesn't except user input. For that, you should use a [Formspec](formspecs.html).
-Keep in mind that **the interface for creating HUD elements may change,
-as it is an experimental feature**. It is unlikely to, though.
-
* Basic Interface
* Positioning
* Text Elements