digitalmars.D.bugs - [docs nitpick] dead links
- J C Calvarese (14/14) Mar 25 2005 It's not a big deal, but I found a couple dead links in the Phobos docs....
It's not a big deal, but I found a couple dead links in the Phobos docs.
Both are on the same page, http://www.digitalmars.com/d/std_stream.html.
In class EndianStream,
"Endian type is defined in the std.system module."
^^^^^^^^^^
This link is now "phobos.html#system" (not "#system").
In class MmFileStream,
"This subclass wraps a memory-mapped file with the stream API. See
std.mmfile module."
^^^^^^^^^^
This link is now "std_mmfile.html" (not "#mmfile").
--
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
Mar 25 2005








J C Calvarese <jcc7 cox.net>