Fix broken links in the code (#27873)

Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
This commit is contained in:
Jiajun Yao 2022-08-15 13:11:42 -07:00 committed by scv119
parent 7f6578b81e
commit d1a86fc597

View file

@ -880,7 +880,7 @@ def get_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():
"""Get the URL to access the Ray dashboard.