diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-26 20:57:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 20:57:47 +0000 |
commit | edd89ecddd9abea9fa47b91487bf6bb8360b1c66 (patch) | |
tree | 7257cae2392ae11bd363cdd8651e22d9bffe5b9a /.gitmodules | |
parent | 9de062dc0f8dddc3fa38f95adfe04fee549e433c (diff) | |
parent | 2535112170bc4995f124cfa577864d8a8d50e8b1 (diff) |
Merge pull request #219 from sifive/rename-welcome
Rename example-coreip-welcome to sifive-welcome
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index fc5bf3f..bd6e9c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,6 +37,6 @@ [submodule "software/empty"] path = software/empty url = https://github.com/sifive/example-empty.git -[submodule "software/example-coreip-welcome"] - path = software/example-coreip-welcome - url = https://github.com/sifive/example-coreip-welcome +[submodule "software/sifive-welcome"] + path = software/sifive-welcome + url = https://github.com/sifive/sifive-welcome |