summaryrefslogtreecommitdiffstats
path: root/doc/tools/texi2www/texi2www
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdoc/tools/texi2www/texi2www2
1 files changed, 1 insertions, 1 deletions
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"}) {