diff --git a/docs/features/roles.rst b/docs/features/roles.rst
index 3af09c0193563b9b2ee2d27f89ced907adfe73b9..dcefe04258a3566efdf0de3e06f2280f748c6758 100644
--- a/docs/features/roles.rst
+++ b/docs/features/roles.rst
@@ -2,8 +2,8 @@ Roles
 =====
 
 It is possible to define a set of roles you want to distinguish at backend side. One node can own one
-role which it will announce via alfred inside the mesh. This will make it easier to differentiate
-nodes when parsing alfred data. E.g to count only **normal** nodes and not the gateways
+role which it will announce via respondd/announced inside the mesh. This will make it easier to differentiate
+nodes when parsing respondd data. E.g to count only **normal** nodes and not the gateways
 or servers (nodemap). A lot of things are possible.
 
 For this the section ``roles`` in ``site.conf`` is needed::