From c15d9b4b8bac70db81fbabc0226ddd9521753ff5 Mon Sep 17 00:00:00 2001
From: Alexandre Lissy <lissyx@lissyx.dyndns.org>
Date: Sat, 12 Oct 2019 17:13:57 +0200
Subject: [PATCH] Update doc link for model compatibility

X-DeepSpeech: NOBUILD
---
 native_client/tfmodelstate.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native_client/tfmodelstate.cc b/native_client/tfmodelstate.cc
index 49570fb6..b001008e 100644
--- a/native_client/tfmodelstate.cc
+++ b/native_client/tfmodelstate.cc
@@ -83,7 +83,7 @@ TFModelState::init(const char* model_path,
     std::cerr << "Specified model file version (" << graph_version << ") is "
               << "incompatible with minimum version supported by this client ("
               << 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;
     return DS_ERR_MODEL_INCOMPATIBLE;
   }