Repair the link to the xhtml manual

Thanks to Geoffrey Coram for the hint.
This commit is contained in:
Holger Vogt 2024-07-05 23:59:37 +02:00
parent 83e8cb3715
commit 3c7012a826
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void com_ghelp(wordlist *wl)
"ngspice manual in PDF format at\n"
" " BASE_HELP_URL "/ngspice-manual.pdf\n"
"or in HTML format at\n"
" " BASE_HELP_URL "/ngspice-html-manual/manual.html\n\n");
" " BASE_HELP_URL "/ngspice-html-manual/manual.xhtml\n\n");
return;
#else