Link to proper README for examples/

Fixes #2552
This commit is contained in:
Alexandre Lissy 2019-11-27 13:42:19 +01:00
parent d925e6b5fc
commit c1c038bbdf
2 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@ See the output of ``deepspeech -h`` for more information on the use of ``deepspe
* `Third party bindings <USING.rst#third-party-bindings>`_
* `Trying out DeepSpeech with examples <examples/EXAMPLES.rst>`_
* `Trying out DeepSpeech with examples <examples/README.rst>`_
* `Microphone VAD streaming <examples/mic_vad_streaming/README.rst>`_

View File

@ -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 <examples/mic_vad_streaming/README.rst>`_
* `Microphone VAD streaming <mic_vad_streaming/README.rst>`_
* `FFMPEG VAD streaming <examples/ffmpeg_vad_streaming/README.rst>`_
* `FFMPEG VAD streaming <ffmpeg_vad_streaming/README.rst>`_
* `Net framework <examples/net_framework/README.rst>`_
* `Net framework <net_framework/README.rst>`_
* `Nodejs wav <examples/nodejs_wav/README.rst>`_
* `Nodejs wav <nodejs_wav/README.rst>`_
* `VAD transcriber <examples/vad_transcriber/README.rst>`_
* `VAD transcriber <vad_transcriber/README.rst>`_