Skip to content

Commit

Permalink
Merge pull request #3 from jemag/fix-doc-url2
Browse files Browse the repository at this point in the history
fix: use proper url for full devdocs
  • Loading branch information
maskudo authored Feb 22, 2025
2 parents a4f1401 + 9eae97d commit c831804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/devdocs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ M.FetchDevdocsMetadata = function(onComplete)
vim.system({
'curl',
'-s',
'https://documents.devdocs.io/docs.json',
'https://devdocs.io/docs/docs.json',
'-o',
C.METADATA_FILE,
}, { text = false }, function(res)
Expand Down

0 comments on commit c831804

Please sign in to comment.