diff --git a/ncat/docs/ncatguide.xml b/ncat/docs/ncatguide.xml
index e367bdf1b..73f1f2e40 100644
--- a/ncat/docs/ncatguide.xml
+++ b/ncat/docs/ncatguide.xml
@@ -611,7 +611,9 @@ print("Hello, world!")
conditional.lua.
It shows how to create a simple menu, receive some data from the user
repeatedly and react according to her decisions. You might want to start
- off your experiments with Lua by making changes to this script.
+ off your experiments with Lua by making changes to this script. Also see
+ for information on how to run a simple
+ HTTP server in Lua.