From 0a89cfc9702f6e2752a26cddbce8e0f85afa69c5 Mon Sep 17 00:00:00 2001 From: Kate Hodesdon Date: Tue, 21 Aug 2018 11:27:38 -0400 Subject: updated broken link to Estimators page --- tensorflow/docs_src/guide/saved_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/docs_src') 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 -- cgit v1.2.3