Skip to content

Commit 8ade7d0

Browse files
authored
docs: fix dead links for Trainer (#18331)
1 parent 39302bf commit 8ade7d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source-pytorch/integrations/strategies/colossalai.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can install the Colossal-AI integration by running
2727
2828
pip install lightning-colossalai
2929
30-
This will install both the `colossalai <https://colossalai.org/download>`_ package as well as the ``ColossalAIStrategy`` for the Lightning Trainer:
30+
This will install both the `colossalai <https://colossalai.org/docs/get_started/installation>`_ package as well as the ``ColossalAIStrategy`` for the Lightning Trainer:
3131

3232
.. code-block:: python
3333

docs/source-pytorch/past_versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To help you with keeping up to spead, check :doc:`Migration guide <upgrade/migra
110110
`1.2.6 <https://pytorch-lightning.readthedocs.io/en/1.2.6>`_,
111111
`1.2.7 <https://pytorch-lightning.readthedocs.io/en/1.2.7>`_,
112112
`1.2.8 <https://pytorch-lightning.readthedocs.io/en/1.2.8>`_,
113-
`1.2.9 <https://pytorch-lightning.readthedocs.io/en/1.2.9>`_,
113+
1.2.9,
114114
`1.2.10 <https://pytorch-lightning.readthedocs.io/en/1.2.10>`_
115115
-
116116

src/lightning/pytorch/loggers/wandb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ def __init__(self, *args, **kwarg):
205205
206206
**Log Tables**
207207
208-
`W&B Tables <https://docs.wandb.ai/guides/data-vis>`_ can be used to log, query and analyze tabular data.
208+
`W&B Tables <https://docs.wandb.ai/guides/tables/visualize-tables>`_ can be used to log,
209+
query and analyze tabular data.
209210
210211
They support any type of media (text, image, video, audio, molecule, html, etc) and are great for storing,
211212
understanding and sharing any form of data, from datasets to model predictions.

0 commit comments

Comments
 (0)