aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-07-24 11:31:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-24 11:50:50 -0700
commit3f74665d12d5adbc5dfb17d3616b9904af45b93a (patch)
treee24effa0f3181392e5f267c26f6bc22064868d2d /tensorflow/docs_src
parent9e2466b60cf81a92048d4a14237da198c8033dc4 (diff)
Fix link
PiperOrigin-RevId: 205862584
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/guide/saved_model.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/docs_src/guide/saved_model.md b/tensorflow/docs_src/guide/saved_model.md
index acc3d3ca0b..717488e7cc 100644
--- a/tensorflow/docs_src/guide/saved_model.md
+++ b/tensorflow/docs_src/guide/saved_model.md
@@ -2,9 +2,8 @@
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$saved model} suitable for serving.
-[Estimators](@{$guide/estimators}) automatically save and restore
-variables in the `model_dir`.
+@{tf.saved_model$saved model} suitable for serving. [Estimators](./estimators)
+automatically save and restore variables in the `model_dir`.
## Save and restore variables