From 4fc42c3e1e7b4e5ec36ba3c8d944214dcc9b3e9f Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 17 Sep 2016 00:45:22 -0700 Subject: [PATCH] Fix in documentation link. (#439) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc8bd8e3..9e799a911 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ estimate of pi (waiting until the computation has finished if necessary). - Documentation - [Serialization in the Object Store](doc/serialization.md) - [Reusable Variables](doc/reusable-variables.md) - - [Using Ray with TensorFlow](doc/using-ray-wih-tensorflow.md) + - [Using Ray with TensorFlow](doc/using-ray-with-tensorflow.md) - [Using Ray on a Cluster](doc/using-ray-on-a-cluster.md) ## Example Applications