diff --git a/.gitmodules b/.gitmodules index 70cd92a17d..678d5064b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "doc/examples"] path = doc/examples - url = https://github.com/mozilla/DeepSpeech-examples.git - branch = master + url = https://github.com/mozilla/STT-examples.git + branch = r0.8 [submodule "tensorflow"] path = tensorflow url = https://github.com/mozilla/tensorflow.git diff --git a/doc/Contributed-Examples.rst b/doc/Contributed-Examples.rst index 7eaba452b3..15221cc0e4 100644 --- a/doc/Contributed-Examples.rst +++ b/doc/Contributed-Examples.rst @@ -1,4 +1,4 @@ User contributed examples ========================= -There are also several user contributed examples available on a separate examples repository: `https://github.com/mozilla/DeepSpeech-examples `_. +There are also several user contributed examples available on a separate examples repository: `https://github.com/mozilla/STT-examples `_. diff --git a/doc/examples b/doc/examples index 6f5f501fa6..a184d96850 160000 --- a/doc/examples +++ b/doc/examples @@ -1 +1 @@ -Subproject commit 6f5f501fa62743f1b78fe162eb1a579a450bd38f +Subproject commit a184d968509acf48045d42a6a03be875d19dbfd5 diff --git a/examples/README.rst b/examples/README.rst index f5ebb1bd26..510962ec88 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -3,4 +3,4 @@ Examples DeepSpeech examples were moved to a separate repository. -New location: https://github.com/mozilla/DeepSpeech-examples +New location: https://github.com/mozilla/STT-examples diff --git a/taskcluster/examples-base.tyml b/taskcluster/examples-base.tyml index 0cb8140897..72b349ed43 100644 --- a/taskcluster/examples-base.tyml +++ b/taskcluster/examples-base.tyml @@ -25,7 +25,7 @@ then: DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.8.0/models_0.8.tar.gz" DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz" PIP_DEFAULT_TIMEOUT: "60" - EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples" + EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples" EXAMPLES_CHECKOUT_TARGET: "r0.8" command: diff --git a/taskcluster/win-opt-base.tyml b/taskcluster/win-opt-base.tyml index d8bf1e11a3..80ecc79d8c 100644 --- a/taskcluster/win-opt-base.tyml +++ b/taskcluster/win-opt-base.tyml @@ -32,7 +32,7 @@ payload: env: TC_MSYS_VERSION: 'MSYS_NT-6.3-9600' MSYS: 'winsymlinks:nativestrict' - EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples" + EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples" EXAMPLES_CHECKOUT_TARGET: "r0.8" command: