X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2e9ba080dd30434f3e8f88e63029280889586a32..f326f12d2a097236a173c97abc6717626b715ae3:/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()) {