Skip to content

Commit

Permalink
fix: use relative url for submodule definition (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongfarmer committed Jun 6, 2023
1 parent aff1bb8 commit c50874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule ".github/nvim_doc_tools"]
path = .github/nvim_doc_tools
url = https://github.com/stevearc/nvim_doc_tools
url = ../../stevearc/nvim_doc_tools

0 comments on commit c50874a

Please sign in to comment.