mirror of https://github.com/dirtbags/moth.git
Fix puzzler link
This commit is contained in:
parent
ad19b06cd5
commit
cae5aa9606
|
@ -31,4 +31,4 @@ end
|
||||||
|
|
||||||
koth.page("Points awarded",
|
koth.page("Points awarded",
|
||||||
"<p>" .. points .. " points for " .. team .. "!</p>" ..
|
"<p>" .. points .. " points for " .. team .. "!</p>" ..
|
||||||
"<p><a href=\"puzzles.html\">Back to puzzles</a></p>")
|
"<p><a href=\"../puzzles.html\">Back to puzzles</a></p>")
|
||||||
|
|
Loading…
Reference in New Issue