From 7d31f5e349f091d0b6157afcf1281d092f2c6a3b Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 10 Aug 2020 13:36:30 +0200 Subject: [PATCH] Rename DeepSpeech-examples to STT-examples --- .gitmodules | 2 +- doc/Contributed-Examples.rst | 2 +- doc/examples | 2 +- examples/README.rst | 2 +- taskcluster/examples-base.tyml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 70cd92a1..61b8bdc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "doc/examples"] path = doc/examples - url = https://github.com/mozilla/DeepSpeech-examples.git + url = https://github.com/mozilla/STT-examples.git branch = master [submodule "tensorflow"] path = tensorflow diff --git a/doc/Contributed-Examples.rst b/doc/Contributed-Examples.rst index 7eaba452..15221cc0 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 93914db8..adde02be 160000 --- a/doc/examples +++ b/doc/examples @@ -1 +1 @@ -Subproject commit 93914db805408b4a130e4489cb5d4ff88cd95159 +Subproject commit adde02be1676d3ec4a2c18008b4871489f3bb42a diff --git a/examples/README.rst b/examples/README.rst index 4b5b3dc0..1c3e32e6 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -3,4 +3,4 @@ Examples Mozilla Voice STT 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 e540b419..0282fc80 100644 --- a/taskcluster/examples-base.tyml +++ b/taskcluster/examples-base.tyml @@ -25,8 +25,8 @@ 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_CHECKOUT_TARGET: "nodejs-scoped-name" + EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples" + EXAMPLES_CHECKOUT_TARGET: "master" command: - "/bin/bash"