From 0f34952b5568324cadec190b724d5df775b6da37 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 28 Jan 2026 15:06:59 +1000 Subject: Combine DocuWiki pages and media. --- notYetAnotherWiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index a73107d..84c320e 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -804,7 +804,7 @@ local lunaLinky = function(url) -- Fix up the links. for j = 1, #p do if '/' == p:sub(j, j) then cnt = cnt + 1 end end - url = string.rep('../', cnt) .. 'DocuWiki/media' .. p .. ur + url = string.rep('../', cnt) .. 'DocuWiki/pages' .. p .. ur else url = url .. '.HTML' end -- cgit v1.1