diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 36bec08..eb6b315 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "openocd"] path = openocd - url = https://github.com/sifive/openocd.git + url = https://github.com/sifive/riscv-openocd.git [submodule "riscv-gnu-toolchain"] path = riscv-gnu-toolchain - url = https://github.com/riscv/riscv-gnu-toolchain.git + url = https://github.com/sifive/riscv-gnu-toolchain.git |