aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/get_started/monitors.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/get_started/monitors.md')
-rw-r--r--tensorflow/docs_src/get_started/monitors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/get_started/monitors.md b/tensorflow/docs_src/get_started/monitors.md
index cb4ef70eeb..d9c605b013 100644
--- a/tensorflow/docs_src/get_started/monitors.md
+++ b/tensorflow/docs_src/get_started/monitors.md
@@ -65,7 +65,7 @@ if __name__ == "__main__":
Copy the above code into a file, and download the corresponding
[training](http://download.tensorflow.org/data/iris_training.csv) and
-@{tf.test} data sets to the same
+[test](http://download.tensorflow.org/data/iris_test.csv) data sets to the same
directory.
In the following sections, you'll progressively make updates to the above code