From 1d9652abf169276a7dc7822fb0bf78a33d2a42a3 Mon Sep 17 00:00:00 2001 From: Wang Qing Date: Thu, 27 Sep 2018 11:23:10 +0800 Subject: [PATCH] [java] fix wrong links in Java readme file. --- java/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/README.rst b/java/README.rst index bfa8ac641..95ab961e7 100644 --- a/java/README.rst +++ b/java/README.rst @@ -6,9 +6,9 @@ Configuration Ray will read your configurations in the following order: * Java system properties: e.g., ``-Dray.home=/path/to/ray``. -* A ``ray.conf`` file in the classpath: `example `_. +* A ``ray.conf`` file in the classpath: `example `_. -For all available config items and default values, see `this file `_. +For all available config items and default values, see `this file `_. Starting Ray ------------