aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/null-browser/api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/null-browser/api.lua b/lua/null-browser/api.lua
index 4da1124..e06691e 100644
--- a/lua/null-browser/api.lua
+++ b/lua/null-browser/api.lua
@@ -362,7 +362,7 @@ web.decorations.right = create_decoration_api('right')
--- Get a list of items for help
function web.help.get_items()
-- TODO: Use proper path from build
- local file, _ = io.open('./doc/symbols.json', 'r')
+ local file, _ = io.open('./docs/api/symbols.json', 'r')
if file then
local contents, _ = file:read('a')
return web.json.decode(contents)