Skip to content

Commit 24c5ad3

Browse files
committed
docs: fix broken links to W&B (#20298)
(cherry picked from commit 70f188b)
1 parent 143b6d0 commit 24c5ad3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source-pytorch/visualize/supported_exp_managers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Here's the full documentation for the :class:`~lightning.pytorch.loggers.TensorB
134134

135135
Weights and Biases
136136
==================
137-
To use `Weights and Biases <https://docs.wandb.ai/integrations/lightning/>`_ (wandb) first install the wandb package:
137+
To use `Weights and Biases <https://docs.wandb.ai/guides/integrations/lightning>`_ (wandb) first install the wandb package:
138138

139139
.. code-block:: bash
140140

src/lightning/pytorch/loggers/wandb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949

5050
class WandbLogger(Logger):
51-
r"""Log using `Weights and Biases <https://docs.wandb.ai/integrations/lightning>`_.
51+
r"""Log using `Weights and Biases <https://docs.wandb.ai/guides/integrations/lightning>`_.
5252
5353
**Installation and set-up**
5454
@@ -253,7 +253,7 @@ def any_lightning_module_function_or_hook(self):
253253
254254
See Also:
255255
- `Demo in Google Colab <http://wandb.me/lightning>`__ with hyperparameter search and model logging
256-
- `W&B Documentation <https://docs.wandb.ai/integrations/lightning>`__
256+
- `W&B Documentation <https://docs.wandb.ai/guides/integrations/lightning>`__
257257
258258
Args:
259259
name: Display name for the run.

0 commit comments

Comments
 (0)