From d4f84445de8d8ce7df80a6d763d2491860f74e85 Mon Sep 17 00:00:00 2001 From: Marianne Linhares Monteiro Date: Mon, 10 Jul 2017 15:21:21 -0400 Subject: [PATCH] Fixing broken link in README (#54) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83766b3b..01d377f8 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ note that each dashed box indicates a task. You must explicitly set the device before graph construction for this mode of training. The following code snippet from the -[Distributed TensorFlow tutorial](https://www.tensorflow.org/versions/master/how_tos/distributed/index.html) +[Distributed TensorFlow tutorial](https://www.tensorflow.org/deploy/distributed) demonstrates the setup: ```python