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 GitHub
parent 68cc544da6
commit 06ef4ab94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.