X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitmodules;h=b75e312dedf732f4e355412c802b1908a9de36db;hb=70cc6c980cb4540d05a628f492d365ae422fa22f;hp=4e368c3ebafd8ba3b766ffd4d21d2339ec4f1852;hpb=7ebb0a8c8ec51c8baa3420ffa0f3621bcec791ca;p=rust.git diff --git a/.gitmodules b/.gitmodules index 4e368c3ebaf..b75e312dedf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = https://github.com/rust-lang-nursery/rustfmt.git [submodule "src/tools/miri"] path = src/tools/miri - url = https://github.com/solson/miri.git + url = https://github.com/rust-lang/miri.git [submodule "src/doc/rust-by-example"] path = src/doc/rust-by-example url = https://github.com/rust-lang/rust-by-example.git @@ -44,3 +44,6 @@ path = src/llvm-project url = https://github.com/rust-lang/llvm-project.git branch = rustc/8.0-2019-01-16 +[submodule "src/doc/embedded-book"] + path = src/doc/embedded-book + url = https://github.com/rust-embedded/book.git