diff --git a/docs/scripting.xml b/docs/scripting.xml
index 955df54d9..ea0ae5753 100644
--- a/docs/scripting.xml
+++ b/docs/scripting.xml
@@ -4035,7 +4035,7 @@ The mainloop function will work on each runlevel grouping of threads in order.
A good starting point for writing such modules is provided by
bit.cbit NSE module
inside
- the nselib/ subdirectory of Nmap's source tree.
+ the nselib-bin/ subdirectory of Nmap's source tree.
bit is a C module already provided by the nselib. C modules
basically are shared libraries which get loaded at runtime by Lua.