aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/guide/checkpoints.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/guide/checkpoints.md')
-rw-r--r--tensorflow/docs_src/guide/checkpoints.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/guide/checkpoints.md b/tensorflow/docs_src/guide/checkpoints.md
index dfb2626b86..e1add29852 100644
--- a/tensorflow/docs_src/guide/checkpoints.md
+++ b/tensorflow/docs_src/guide/checkpoints.md
@@ -129,7 +129,7 @@ in the `model_dir` according to the following schedule:
You may alter the default schedule by taking the following steps:
-1. Create a @{tf.estimator.RunConfig$`RunConfig`} object that defines the
+1. Create a `tf.estimator.RunConfig` object that defines the
desired schedule.
2. When instantiating the Estimator, pass that `RunConfig` object to the
Estimator's `config` argument.