From ac630df3cb48c6b4acaf9eaf8190aa71f357596f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 7 May 2018 10:42:13 -0700 Subject: [PATCH] Removing quotations to fix the broken link found on https://www.tensorflow.org/programmers_guide/embedding The link at "Follow this link to see a fun example of thumbnail images in the Embedding Projector." It should go to https://www.tensorflow.org/images/embedding-mnist.mp4 but instead goes to the TF index page. PiperOrigin-RevId: 195684456 --- tensorflow/docs_src/programmers_guide/embedding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/docs_src/programmers_guide/embedding.md b/tensorflow/docs_src/programmers_guide/embedding.md index d5703e0..8a98367 100644 --- a/tensorflow/docs_src/programmers_guide/embedding.md +++ b/tensorflow/docs_src/programmers_guide/embedding.md @@ -238,7 +238,7 @@ row doesn't have to be filled, as shown below. -Follow [this link]("https://www.tensorflow.org/images/embedding-mnist.mp4" ) +Follow [this link](https://www.tensorflow.org/images/embedding-mnist.mp4) to see a fun example of thumbnail images in the Embedding Projector. -- 2.7.4