aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Kate Hodesdon <kate@hodesdon.com>2018-08-21 11:25:36 -0400
committerGravatar Kate Hodesdon <kate@hodesdon.com>2018-08-21 11:25:36 -0400
commiteea511b182120c3e682634b9175770e3e759695d (patch)
tree28e2453dd82589375d42fb1b9ab37c6cafc96c68 /tensorflow/docs_src
parentad4018ebb6b7f8ee4a38a7a0059bdbad28557732 (diff)
updated broken link to Estimators page
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/guide/saved_model.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/guide/saved_model.md b/tensorflow/docs_src/guide/saved_model.md
index 6c967fd882..26853d6604 100644
--- a/tensorflow/docs_src/guide/saved_model.md
+++ b/tensorflow/docs_src/guide/saved_model.md
@@ -2,7 +2,7 @@
The `tf.train.Saver` class provides methods to save and restore models. The
`tf.saved_model.simple_save` function is an easy way to build a
-`tf.saved_model` suitable for serving. [Estimators](./estimators)
+`tf.saved_model` suitable for serving. [Estimators](./guide/estimators.md)
automatically save and restore variables in the `model_dir`.
## Save and restore variables