From bc51e44c95f3595128e030e988b1c91bb9146c09 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 4 Oct 2016 22:05:49 +0300 Subject: [PATCH] Fix 404 (dir) link --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8ac7bc2..bcdfe9e 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ html: --css-include=style.css \ --set-customization-variable SHOW_TITLE=0 \ --set-customization-variable DATE_IN_HEADER=1 \ + --set-customization-variable TOP_NODE_UP_URL=index.html \ -o cryptoparty.html index.texi static: -- 2.44.0