mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[java] fix wrong links in Java readme file.
This commit is contained in:
parent
8e8e123777
commit
1d9652abf1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue