From 3c7012a8265af07e43ca2713dfc67cb96d0ba08f Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 5 Jul 2024 23:59:37 +0200 Subject: [PATCH] Repair the link to the xhtml manual Thanks to Geoffrey Coram for the hint. --- src/frontend/com_ghelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/com_ghelp.c b/src/frontend/com_ghelp.c index dfcddfde2..28c271644 100644 --- a/src/frontend/com_ghelp.c +++ b/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