From d1a86fc5971f824789cbc17a0c824f183b5bae2d Mon Sep 17 00:00:00 2001 From: Jiajun Yao Date: Mon, 15 Aug 2022 13:11:42 -0700 Subject: [PATCH] Fix broken links in the code (#27873) Signed-off-by: Jiajun Yao --- python/ray/_private/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/_private/worker.py b/python/ray/_private/worker.py index 07cfa5b78..da8e25172 100644 --- a/python/ray/_private/worker.py +++ b/python/ray/_private/worker.py @@ -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.