aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
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