Skip to content

Commit

Permalink
Use relative paths for submodules so they use the same protocol as th…
Browse files Browse the repository at this point in the history
…e top one.

Signed-off-by: Christian Costa <[email protected]>
  • Loading branch information
titan73 committed Aug 2, 2023
1 parent 0cfb9a4 commit 6627806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "module/OpenSTA"]
path = src/sta
url = https://github.com/The-OpenROAD-Project/OpenSTA.git
url = ../../The-OpenROAD-Project/OpenSTA.git
[submodule "src/abc"]
path = third-party/abc
url = https://github.com/The-OpenROAD-Project/abc.git
url = ../../The-OpenROAD-Project/abc.git

0 comments on commit 6627806

Please sign in to comment.