Skip to content

Commit

Permalink
use https urls for git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 24, 2019
1 parent 72f0110 commit 3e3d4dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
@@ -1,15 +1,15 @@
[submodule "packages-premium"]
path = packages-premium
url = git@github.com:fullcalendar/fullcalendar-scheduler.git
url = https://github.com/fullcalendar/fullcalendar-scheduler.git
[submodule "packages-contrib/vue"]
path = packages-contrib/vue
url = git@github.com:fullcalendar/fullcalendar-vue.git
url = https://github.com/fullcalendar/fullcalendar-vue.git
[submodule "packages-contrib/react"]
path = packages-contrib/react
url = git@github.com:fullcalendar/fullcalendar-react.git
url = https://github.com/fullcalendar/fullcalendar-react.git
[submodule "packages-contrib/angular"]
path = packages-contrib/angular
url = git@github.com:fullcalendar/fullcalendar-angular.git
url = https://github.com/fullcalendar/fullcalendar-angular.git
[submodule "example-projects"]
path = example-projects
url = git@github.com:fullcalendar/fullcalendar-example-projects.git
url = https://github.com/fullcalendar/fullcalendar-example-projects.git

0 comments on commit 3e3d4dd

Please sign in to comment.