Fix "Define the model" link. (#16661)
authorKenji <kenji.toyama@gmail.com>
Fri, 2 Feb 2018 20:16:49 +0000 (20:16 +0000)
committerShanqing Cai <cais@google.com>
Fri, 2 Feb 2018 20:16:49 +0000 (15:16 -0500)
The link syntax was inverted, that is, round brackets were coming before square brackets, but Markdown doesn't like it.

tensorflow/docs_src/get_started/custom_estimators.md

index 79c4ee7..42a2466 100644 (file)
@@ -161,7 +161,7 @@ classifier = tf.estimator.Estimator(
 
 To implement a typical model function, you must do the following:
 
-* (Define the model)[#define_the_model].
+* [Define the model](#define_the_model).
 * Specify additional calculations for each of
   the [three different modes](#modes):
   * [Predict](#predict)