[java] fix wrong links in Java readme file.

This commit is contained in:
Wang Qing 2018-09-27 11:23:10 +08:00 committed by Hao Chen
parent 8e8e123777
commit 1d9652abf1

View file

@ -6,9 +6,9 @@ Configuration
Ray will read your configurations in the following order: Ray will read your configurations in the following order:
* Java system properties: e.g., ``-Dray.home=/path/to/ray``. * Java system properties: e.g., ``-Dray.home=/path/to/ray``.
* A ``ray.conf`` file in the classpath: `example <https://github.com/ray-project/ray/java/example.conf>`_. * A ``ray.conf`` file in the classpath: `example <https://github.com/ray-project/ray/blob/master/java/example.conf>`_.
For all available config items and default values, see `this file <https://github.com/ray-project/ray/java/runtime/src/main/resources/ray.default.conf>`_. For all available config items and default values, see `this file <https://github.com/ray-project/ray/blob/master/java/runtime/src/main/resources/ray.default.conf>`_.
Starting Ray Starting Ray
------------ ------------