From bfee5d083c86ab0ed1dbe61122778e2d5459c8e9 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 28 Sep 2024 11:14:12 +0300 Subject: [PATCH] docs: update the reference implementation source Signed-off-by: Emmanuel Ferdman --- docs/LMO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LMO.md b/docs/LMO.md index 6402849dbb40..6738c9aec721 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.