[docs] fix wandb url (#13094)

This commit is contained in:
Lavanya Shukla
2020-12-28 17:19:17 -08:00
committed by GitHub
parent 836c5d5a91
commit 350917958c
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ You can see the :doc:`tutorial here </tune/tutorials/tune-mlflow>`.
WandbLogger
-----------
Tune also provides a default logger for `Weights & Biases <https://www.wandb.com/>`_. You can install Wandb via ``pip install wandb``.
Tune also provides a default logger for `Weights & Biases <https://www.wandb.ai/>`_. You can install Wandb via ``pip install wandb``.
You can see the :doc:`tutorial here </tune/tutorials/tune-wandb>`