From 549f16700242841a9f212e3a209b579920c3240c Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 21 Oct 2017 16:38:57 +0100 Subject: [PATCH] Docs location moved --- src/scripts/elua/apps/gendoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/elua/apps/gendoc.lua b/src/scripts/elua/apps/gendoc.lua index a715a8d591..63ad69bf36 100644 --- a/src/scripts/elua/apps/gendoc.lua +++ b/src/scripts/elua/apps/gendoc.lua @@ -1601,7 +1601,7 @@ getopt.parse { set_theme(opts["graph-theme"]) end local rootns = (not opts["n"] or opts["n"] == "") - and "docs:efl" or opts["n"] + and "develop:efl" or opts["n"] local dr if not opts["r"] or opts["r"] == "" then dr = "dokuwiki/data/pages"