mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix broken links in the code (#27873)
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
This commit is contained in:
parent
68cc544da6
commit
06ef4ab94e
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ def get_resource_ids():
|
||||||
return global_worker.core_worker.resource_ids()
|
return global_worker.core_worker.resource_ids()
|
||||||
|
|
||||||
|
|
||||||
@Deprecated(message="Use ray.init()['webui_url'] instead.")
|
@Deprecated(message="Use ray.init().address_info['webui_url'] instead.")
|
||||||
def get_dashboard_url():
|
def get_dashboard_url():
|
||||||
"""Get the URL to access the Ray dashboard.
|
"""Get the URL to access the Ray dashboard.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue