From 32a71c0645e15bf13536b63a7f1bb6da7d4e9b9d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 8 Nov 2019 10:20:11 -0800 Subject: [PATCH] Update the names of the git submodules. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b1259d7222..0d62170cd0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "spec_testsuite"] path = spec_testsuite url = https://github.com/WebAssembly/testsuite -[submodule "wasmtime-api/c-examples/wasm-c-api"] +[submodule "crates/api/c-examples/wasm-c-api"] path = crates/api/c-examples/wasm-c-api url = https://github.com/WebAssembly/wasm-c-api -[submodule "wasi-common/WASI"] +[submodule "crates/wasi-common/WASI"] path = crates/wasi-common/WASI url = https://github.com/WebAssembly/WASI