diff --git a/docs/source.html b/docs/source.html
index ebd09159462c215ab38d74bd88d3343ea33c6e45..0ee0171cb5932846358f41fb0ba628871dc4c04f 100644
--- a/docs/source.html
+++ b/docs/source.html
@@ -106,7 +106,7 @@ system built soley with Borland C++: The Borland C RTL is limited to <i>50</i> o
 Microsoft's C RTL does not have this limitation. The solution requires you have the
 source code to the Borland C RTL (normally in the <tt>Source\rtl</tt> directory):
 <ul>
-<li>Increase the value for the <tt>_NFILE</tt> definition in <tt>include/io.h</tt>
+<li>Increase the value for the <tt>_NFILE</tt> definition in <tt>include/_nfile.h</tt>
 <li>Compile <tt>rtl\Source\io\files.c</tt> and <tt>files2.c</tt>
 <li>Link <tt>files.obj</tt> and <tt>files2.obj</tt> with your Synchronet executable
 	(i.e. <tt>sbbs.exe</tt> or <tt>sbbsmono.exe</tt>)