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 ------------