From 0083365f3659f46b90d9441549b7804187ac27ec Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 4 Oct 2016 22:06:47 +0300 Subject: [PATCH] Fix 404 (dir) link --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index 6e2b0db..771850b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,5 +14,6 @@ govpn.html: *.texi handshake.utxt --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 govpn.html index.texi cp -r .well-known govpn.html/ -- 2.44.0