summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorEmmanuel Ferdman <emmanuelferdman@gmail.com>2024-09-28 11:14:12 +0300
committerEmmanuel Ferdman <emmanuelferdman@gmail.com>2024-09-28 11:14:12 +0300
commitbfee5d083c86ab0ed1dbe61122778e2d5459c8e9 (patch)
treecf5489a00100661b24529bd7f6fb3e1343cc3ff9 /docs
parente6ef0fe3b5c030d821825d2d5177e023012c0750 (diff)
docs: update the reference implementation source
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/LMO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LMO.md b/docs/LMO.md
index 6402849dbb..6738c9aec7 100644
--- a/docs/LMO.md
+++ b/docs/LMO.md
@@ -143,7 +143,7 @@ uint32_t sfh_hash(const char * data, int len)
## Reference Implementation
A reference implementation can be found here:
-https://github.com/openwrt/luci/blob/master/modules/luci-base/src/template_lmo.c
+https://github.com/openwrt/luci/blob/master/modules/luci-lua-runtime/src/template_lmo.c
The `po2lmo.c` executable implements a `*.po` to `*.lmo` conversation utility.
Lua bindings for lmo are defined in `template_lualib.c` and associated headers.