aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. N. West (Nat) <[email protected]>2025-01-31 16:56:47 +0000
committerGitHub <[email protected]>2025-01-31 08:56:47 -0800
commit77fca2d61a7973735367afec9d22f4668ac58da7 (patch)
tree3a6bfd8f84aa298f210b7eb2931d2606a2fd5345
parent42ea0fff1f20ab84641e912735f848f18bbd45b8 (diff)
doc/lua-filters.md: Correct luacheck URL (#10589)
-rw-r--r--doc/lua-filters.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index b99e1d458..66a34c52a 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -399,9 +399,9 @@ colon syntax (`mystring:uc_upper()`).
# Debugging Lua filters
Many errors can be avoided by performing static analysis.
-[`luacheck`](https://github.com/rnwst/pandoc.git) may be used for this
-purpose. A Luacheck configuration file for pandoc filters is available
-at <https://github.com/rnwst/pandoc-luacheckrc>.
+[`luacheck`](https://github.com/lunarmodules/luacheck) may be used
+for this purpose. A Luacheck configuration file for pandoc filters
+is available at <https://github.com/rnwst/pandoc-luacheckrc>.
William Lupton has written a Lua module with some handy
functions for debugging Lua filters, including functions