From c1c038bbdfa4b72ede9ec04c3aacdc41e555c60a Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Wed, 27 Nov 2019 13:42:19 +0100 Subject: [PATCH] Link to proper README for examples/ Fixes #2552 --- README.rst | 2 +- examples/README.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 129c2da8..4ace96cd 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ See the output of ``deepspeech -h`` for more information on the use of ``deepspe * `Third party bindings `_ -* `Trying out DeepSpeech with examples `_ +* `Trying out DeepSpeech with examples `_ * `Microphone VAD streaming `_ diff --git a/examples/README.rst b/examples/README.rst index 89c5bb6e..52f29733 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -6,12 +6,12 @@ It is a good way to just try out DeepSpeech, without much knowledge on how DeepS **List of examples** -* `Microphone VAD streaming `_ +* `Microphone VAD streaming `_ -* `FFMPEG VAD streaming `_ +* `FFMPEG VAD streaming `_ -* `Net framework `_ +* `Net framework `_ -* `Nodejs wav `_ +* `Nodejs wav `_ -* `VAD transcriber `_ +* `VAD transcriber `_