summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 20:07:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 20:07:47 +0000
commitf2cd6a1a8d6402e8ffce00ba8c9b2de0d7c5e9d7 (patch)
tree9de39a8d00c9c40e3314b659bb637269626ace7c /doc
parentadded ASCII versions of directory tree figures (diff)
downloadrtems-f2cd6a1a8d6402e8ffce00ba8c9b2de0d7c5e9d7.tar.bz2
Changed from Top to index as top node
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html12
-rwxr-xr-xdoc/tools/texi2www/texi2www2
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html
index 5eb84e2ea7..98335307d0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -8,17 +8,17 @@
<HR>
<BODY>
<MENU>
- <LI><A HREF="c_user/Top.html">
+ <LI><A HREF="c_user/index.html">
RTEMS Applications C User's Guide</A>
- <LI><A HREF="started/Top.html">
+ <LI><A HREF="started/index.html">
Getting Started with RTEMS for C/C++ Users</A>
- <LI><A HREF="started_ada/Top.html">
+ <LI><A HREF="started_ada/index.html">
Getting Started with GNAT/RTEMS</A>
- <LI><A HREF="develenv/Top.html">
+ <LI><A HREF="develenv/index.html">
RTEMS Development Environment Guide</A>
- <LI><A HREF="posix_users/Top.html">
+ <LI><A HREF="posix_users/index.html">
RTEMS POSIX API User's Guide</A>
- <LI><A HREF="ka9q/Top.html">
+ <LI><A HREF="ka9q/index.html">
RTEMS KA9Q TCP/IP Supplement</A>
</MENU>
diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www
index 52f545e046..3e677936b9 100755
--- a/doc/tools/texi2www/texi2www
+++ b/doc/tools/texi2www/texi2www
@@ -116,7 +116,7 @@ sub canonical # (node_name)
return "$p$n.html" if ($n);
} else {
if ($n eq 'Top') {
- $lookup{"$p$n"}= "Top.html";
+ $lookup{"$p$n"}= "index.html";
return $lookup{"$p$n"};
} elsif ($n) {
if (! $lookup{"$p$n"}) {