mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
[java] fix wrong links in Java readme file.
This commit is contained in:
+2
-2
@@ -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 <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
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user