Browse Source

Repair the link to the xhtml manual

Thanks to Geoffrey Coram for the hint.
pre-master-46
Holger Vogt 2 years ago
parent
commit
3c7012a826
  1. 2
      src/frontend/com_ghelp.c

2
src/frontend/com_ghelp.c

@ -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

Loading…
Cancel
Save