On Mon, 2014-04-28 at 04:22 -0500, Bruce Dubbs wrote: > It looks like browsers are helping and adding the host. The actual html is
As they should. A url such as "/usr/share/..." doesn't specify a protocol, and as such, can only be interpreted as a path relative to that of the page you're reading. The file:// prefix is essential if you expect the link to work. Simon. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
