[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
broken links on top of page.
The links on the top of the page break when viewing a page that's
not in the / directory like /docs/oom-killer.shtml.
I think you might want to change:
<a HREF="index.shtml">Site Index</a>
| <a HREF="docs.shtml">Documentation</a>
| <a HREF="people.shtml">Developers</a>
.. ..
to:
<a HREF="/index.shtml">Site Index</a>
| <a HREF="/docs.shtml">Documentation</a>
| <a HREF="/people.shtml">Developers</a>
.. ..
--
L1: khromy ;khromy(at)khromy.lnuxlab.net
-
Linux-mm-bugs: bugzilla list for the Linux-MM subsystem
Archive: http://mail.nl.linux.org/linux-mm-bugs/
Web site: http://www.linux.eu.org/Linux-MM/
Development: linux-mm@kvack.org