summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"}) {