diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-26 13:23:54 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-26 13:23:54 -0700 |
commit | 7ce16a4cf9cf59a4997f793d84dd2919b1602e1d (patch) | |
tree | e2f7d2903eb9760085db18c184259e9652bf880c /.gitmodules | |
parent | f850df2d281262a1c5b6bfe0ca51be8ac7278110 (diff) |
Rename example-coreip-welcome to sifive-welcome
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
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 |