aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Kate Hodesdon <kate@hodesdon.com>2018-08-21 11:27:38 -0400
committerGravatar Kate Hodesdon <kate@hodesdon.com>2018-08-21 11:27:38 -0400
commit0a89cfc9702f6e2752a26cddbce8e0f85afa69c5 (patch)
tree500f51e0a6cd0ba3002978ca1a013eeda2708253 /tensorflow/docs_src
parenteea511b182120c3e682634b9175770e3e759695d (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 26853d6604..33ab891861 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](./guide/estimators.md)
+`tf.saved_model` suitable for serving. [Estimators](../guide/estimators.md)
automatically save and restore variables in the `model_dir`.
## Save and restore variables