Use master for links to docs in source (#10866)

This commit is contained in:
Sumanth Ratna
2020-09-19 03:30:45 -04:00
committed by GitHub
parent 86b1814e62
commit 9da7bdcc8e
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ def test_memory_dashboard(shutdown_only):
"""Test Memory table.
These tests verify examples in this document.
https://docs.ray.io/en/latest/memory-management.html#debugging-using-ray-memory
https://docs.ray.io/en/master/memory-management.html#debugging-using-ray-memory
"""
addresses = ray.init(num_cpus=2)
webui_url = addresses["webui_url"].replace("127.0.0.1", "http://127.0.0.1")