diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-11-07 21:23:25 +0100 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-11-07 21:23:25 +0100 |
commit | 8f7f14208a4b694d24ab8faf0a759b8dd8d35ff9 (patch) | |
tree | bd456cc36d3c1f38ee7fc63f397a07986817430d /modules/luci-base/htdocs/luci-static | |
parent | 1de73e16f525a5edc80954afda50db88b3cf96da (diff) |
luci-base: fix documented path
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'modules/luci-base/htdocs/luci-static')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/luci.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/luci.js b/modules/luci-base/htdocs/luci-static/resources/luci.js index f462c46813..24e17b9ad6 100644 --- a/modules/luci-base/htdocs/luci-static/resources/luci.js +++ b/modules/luci-base/htdocs/luci-static/resources/luci.js @@ -2635,7 +2635,7 @@ * * @param {string} feature * The feature to test. For detailed list of known feature flags, - * see `/modules/luci-base/root/usr/libexec/rpcd/luci`. + * see `/modules/luci-base/root/usr/share/rpcd/ucode/luci`. * * @param {string} [subfeature] * Some feature classes like `hostapd` provide sub-feature flags, |