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.