doc/texi2any_init.in: Correct link to Library index.html

This commit is contained in:
Joel Sherrill
2013-03-11 17:11:21 -05:00
parent 68286f30a6
commit c5e76b0fe3

View File

@@ -7,7 +7,7 @@ Logo"> </A>
texinfo_register_handler('setup', \&add_button);
my $button_text = '<a href="../dir.html">Directory</a>';
my $button_text = '[<a href="../index.html">Directory</a>]';
sub add_button($)
{
my $self = shift;