summaryrefslogtreecommitdiffstats
path: root/filters/owner-example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'filters/owner-example.lua')
-rw-r--r--filters/owner-example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/owner-example.lua b/filters/owner-example.lua
index 50fc25a..cb9fa7f 100644
--- a/filters/owner-example.lua
+++ b/filters/owner-example.lua
@@ -8,7 +8,7 @@ function filter_open()
end
function filter_close()
- html(string.format("<a href=\"%s\">%s</a>", "http://wiki.example.com/about/" .. buffer, buffer))
+ html(string.format("<a href=\"%s\">%s</a>", "http://wiki.surgot.tech/about/" .. buffer, buffer))
return 0
end