Skip to content

Commit

Permalink
Use https git urls in git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli committed Jan 9, 2024
1 parent 95ad8c5 commit 20c9363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "gutenberg"]
path = gutenberg
url = ../../WordPress/gutenberg.git
url = https://github.com/WordPress/gutenberg.git
shallow = true
[submodule "jetpack"]
path = jetpack
url = ../../Automattic/jetpack.git
url = https://github.com/Automattic/jetpack.git
shallow = true
[submodule "block-experiments"]
path = block-experiments
url = ../../Automattic/block-experiments.git
url = https://github.com/Automattic/block-experiments.git
shallow = true

0 comments on commit 20c9363

Please sign in to comment.