diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-12 00:57:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-12 00:57:42 +0530 |
| commit | 211e953db7775a1192a5535041e9abb7588bc5fa (patch) | |
| tree | c902d10ee6985f285b71ac5359bc4e2b7d0816a8 /lua | |
| parent | 0623db559013a321d3d87a064c0defb9e01763dc (diff) | |
| download | null-browser-211e953db7775a1192a5535041e9abb7588bc5fa.tar.gz null-browser-211e953db7775a1192a5535041e9abb7588bc5fa.zip | |
Move generated api reference dir
Diffstat (limited to '')
| -rw-r--r-- | lua/null-browser/api.lua | 2 |
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) |
