From 211e953db7775a1192a5535041e9abb7588bc5fa Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 12 Aug 2025 00:57:42 +0530 Subject: Move generated api reference dir --- lua/null-browser/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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) -- cgit v1.3.1