Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #335 from sifive/fix-submodule-urls
Browse files Browse the repository at this point in the history
Use HTTPS instead of SSH in submodule URLs
  • Loading branch information
nategraff-sifive authored Aug 12, 2019
2 parents 559ee9c + 8b56c78 commit fd488da
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
Expand Up @@ -75,10 +75,10 @@
url = https://github.com/sifive/example-plic-interrupts.git
[submodule "software/clic-vector-interrupts"]
path = software/clic-vector-interrupts
url = git@github.com:sifive/example-clic-vector-interrupts.git
url = https://github.com/sifive/example-clic-vector-interrupts.git
[submodule "software/clic-selective-vector-interrupts"]
path = software/clic-selective-vector-interrupts
url = git@github.com:sifive/example-clic-selective-vector-interrupts.git
url = https://github.com/sifive/example-clic-selective-vector-interrupts.git
[submodule "software/clic-hardware-vector-interrupts"]
path = software/clic-hardware-vector-interrupts
url = git@github.com:sifive/example-clic-hardware-vector-interrupts.git
url = https://github.com/sifive/example-clic-hardware-vector-interrupts.git

0 comments on commit fd488da

Please sign in to comment.