aboutsummaryrefslogtreecommitdiff
path: root/info2html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:39:23 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:39:23 +0100
commit1910b32888a0f2313680f3bbde8a0d9d078121f5 (patch)
treee1fc4d78f6bf9358add0a4bf828dc60046767101 /info2html
parent2969b66559d824c1794ea53dba8c330cd708b236 (diff)
Replace toplevel directory URL
Diffstat (limited to 'info2html')
-rwxr-xr-xinfo2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/info2html b/info2html
index 52b6b94..f6a3964 100755
--- a/info2html
+++ b/info2html
@@ -447,7 +447,7 @@ $HTML_HEAD_STUFF</head><body class='node'>
EOF
print "\n<div class='nav navtop'\n>",
- "<a href=\"infocat\">$CATALOG_URL Info Catalog</a>\n";
+ "<a href=\"info:dir\">$CATALOG_URL Directory</a>\n";
&PrintLinkInfo("Prev",$LinkList[6],$LinkList[7],$BaseInfoFile);
&PrintLinkInfo("Up", $LinkList[4],$LinkList[5],$BaseInfoFile);
&PrintLinkInfo("Next",$LinkList[2],$LinkList[3],$BaseInfoFile);