chiark / gitweb /
Install Disobedience manual and make Disobedience use it in preference
[disorder] / disobedience / help.c
index 8ec405cd206f072fb64f913674dc454cb4f28129..5ebe457c464a80cfdac7dc081d85ef24746f490d 100644 (file)
@@ -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()) {