Fix broken link
authorSean Silva <silvasean@google.com>
Fri, 25 May 2018 07:27:46 +0000 (00:27 -0700)
committerGitHub <noreply@github.com>
Fri, 25 May 2018 07:27:46 +0000 (00:27 -0700)
Also, as a side note, I found this link confusing. I was expecting it to take me to a list of pre-made estimators. Not a definition of what a pre-made estimator is. (maybe the glossary definition should link to a list of pre-made estimators?)

tensorflow/docs_src/get_started/premade_estimators.md

index 4be7e50..15853bc 100644 (file)
@@ -177,7 +177,7 @@ other features so you can concentrate on your model. For more details see
 
 An Estimator is any class derived from @{tf.estimator.Estimator}. TensorFlow
 provides a collection of
-[pre-made Estimators](https://developers.google.com/machine-learning/glossary/#pre-made_Estimator)
+[pre-made Estimators](https://developers.google.com/machine-learning/glossary/#premade_Estimator)
 (for example, `LinearRegressor`) to implement common ML algorithms. Beyond
 those, you may write your own
 [custom Estimators](https://developers.google.com/machine-learning/glossary/#custom_Estimator).