X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..ec845a2cd1765d296849981ea726a25daa54799a:/disobedience/help.c diff --git a/disobedience/help.c b/disobedience/help.c index 8ec405c..5ebe457 100644 --- a/disobedience/help.c +++ b/disobedience/help.c @@ -29,7 +29,7 @@ void popup_help(void) { pid_t pid; int w; - byte_xasprintf(&path, "%s/disobedience.html", pkgdatadir); + byte_xasprintf(&path, "%s/index.html", dochtmldir); if(!(pid = xfork())) { exitfn = _exit; if(!xfork()) {