summaryrefslogtreecommitdiffstats
path: root/filters/owner-example.lua
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-09-25 15:33:51 +0000
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.tech> 2024-09-25 15:37:31 +0000
commitf53a6a49c684e3cd88d8bd4a6c207ac6ff012d45 (patch)
tree5f59e7d6580215803ea9cc4e0925794bcbae3dcc /filters/owner-example.lua
parent6fa71c7efadb990aad14d1c6a7833e9cae88436d (diff)
downloadcgit-f53a6a49c684e3cd88d8bd4a6c207ac6ff012d45.tar.gz
cgit-f53a6a49c684e3cd88d8bd4a6c207ac6ff012d45.tar.bz2
cgit-f53a6a49c684e3cd88d8bd4a6c207ac6ff012d45.zip
new filters and updateHEADmaster
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