Skip to content

Commit

Permalink
chore: Update submodule git URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
emcelroy committed Jun 5, 2023
1 parent 419537e commit 1a22bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "vendor/jquery"]
path = vendor/jquery
url = git://github.com/jquery/jquery.git
url = https://github.com/jquery/jquery.git
[submodule "vendor/fonts/Font-Awesome"]
path = vendor/fonts/Font-Awesome
url = git://github.com/FortAwesome/Font-Awesome.git
url = https://github.com/FortAwesome/Font-Awesome.git
[submodule "vendor/lab-sensor-applet-interface"]
path = vendor/lab-sensor-applet-interface
url = git://github.com/concord-consortium/lab-sensor-applet-interface.git
url = https://github.com/concord-consortium/lab-sensor-applet-interface.git
[submodule "vendor/lab-sensor-applet-interface-dist"]
path = vendor/lab-sensor-applet-interface-dist
url = git://github.com/concord-consortium/lab-sensor-applet-interface-dist.git
url = https://github.com/concord-consortium/lab-sensor-applet-interface-dist.git
[submodule "vendor/lab-grapher"]
path = vendor/lab-grapher
url = https://github.com/concord-consortium/lab-grapher.git
Expand Down

0 comments on commit 1a22bfd

Please sign in to comment.