We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9068d72 commit b31b6c9Copy full SHA for b31b6c9
CONTRIBUTING.md
@@ -54,7 +54,7 @@ The filters come with these components:
54
contain a small header with author, copyright, and licensing
55
information. All filters must be licensed under the MIT license.
56
57
- Lua code should follow the Olivine Labs [Lua style guide]. The
+ Lua code should follow the HsLua [Lua style guide]. The
58
tl;dr is: use snake_case for most names and keep lines below 80
59
chars.
60
@@ -120,4 +120,4 @@ message.
120
121
122
[issue tracker]: https://github.com/pandoc/lua-filters/issues
123
-[Lua style guide]: https://github.com/Olivine-Labs/lua-style-guide
+[Lua style guide]: https://github.com/hslua/lua-style-guide
0 commit comments