Merge pull request #2432 from lissyx/update-doc-link

Update doc link for model compatibility
This commit is contained in:
lissyx 2019-10-12 17:14:33 +02:00 committed by GitHub
commit 65a53aeb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ TFModelState::init(const char* model_path,
std::cerr << "Specified model file version (" << graph_version << ") is " std::cerr << "Specified model file version (" << graph_version << ") is "
<< "incompatible with minimum version supported by this client (" << "incompatible with minimum version supported by this client ("
<< ds_graph_version() << "). See " << ds_graph_version() << "). See "
<< "https://github.com/mozilla/DeepSpeech/#model-compatibility " << "https://github.com/mozilla/DeepSpeech/blob/master/USING.rst#model-compatibility "
<< "for more information" << std::endl; << "for more information" << std::endl;
return DS_ERR_MODEL_INCOMPATIBLE; return DS_ERR_MODEL_INCOMPATIBLE;
} }