Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitmodules to use https on all repos (#117)
Quality of life improvement: update submodules urls to https to avoid git errors ## Motivation After cloning the repo and attempting to update the modules you get "The authenticity of host 'github.com (---)' can't be established" which stems from the 3 submodules that were not using https. ## Solution Updated those submodules urls to include https. '''git module update''' runs smoothly now
- Loading branch information