From 99c34df3684e6d28f5590b9bd690aefe32e5c925 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 26 May 2020 17:35:08 +0200 Subject: [PATCH] Update dangling reference to removed scorer scripts docs See #3016 --- data/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/README.rst b/data/README.rst index 88314843..4d2c022a 100644 --- a/data/README.rst +++ b/data/README.rst @@ -7,5 +7,5 @@ This directory contains language-specific data files. Most importantly, you will 2. A scorer package (`data/lm/kenlm.scorer`) generated with `data/lm/generate_package.py`. The scorer package includes a binary n-gram language model generated with `data/lm/generate_lm.py`. -For more information on how to build these resources from scratch, see `data/lm/README.md` +For more information on how to build these resources from scratch, see the ``External scorer scripts`` section on `deepspeech.readthedocs.io `_.