Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken links to W&B #20298

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source-pytorch/visualize/supported_exp_managers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Here's the full documentation for the :class:`~lightning.pytorch.loggers.TensorB

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

.. code-block:: bash

Expand Down
4 changes: 2 additions & 2 deletions src/lightning/pytorch/loggers/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


class WandbLogger(Logger):
r"""Log using `Weights and Biases <https://docs.wandb.ai/integrations/lightning>`_.
r"""Log using `Weights and Biases <https://docs.wandb.ai/guides/integrations/lightning>`_.

**Installation and set-up**

Expand Down Expand Up @@ -253,7 +253,7 @@ def any_lightning_module_function_or_hook(self):

See Also:
- `Demo in Google Colab <http://wandb.me/lightning>`__ with hyperparameter search and model logging
- `W&B Documentation <https://docs.wandb.ai/integrations/lightning>`__
- `W&B Documentation <https://docs.wandb.ai/guides/integrations/lightning>`__

Args:
name: Display name for the run.
Expand Down
Loading