Skip to content

Commit 7c80fe6

Browse files
authored
Update links to latest PL docs (#17031)
1 parent 9583128 commit 7c80fe6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,6 @@ Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/
395395

396396
If you have any questions please:
397397

398-
1. [Read the docs](https://pytorch-lightning.rtfd.io/en/latest).
398+
1. [Read the docs](https://lightning.ai/docs/pytorch/latest).
399399
1. [Search through existing Discussions](https://github.com/Lightning-AI/lightning/discussions), or [add a new question](https://github.com/Lightning-AI/lightning/discussions/new)
400400
1. [Join our slack](https://www.pytorchlightning.ai/community).

docs/source-pytorch/_templates/theme_variables.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
44
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
55
'governance': 'https://pytorch-lightning.readthedocs.io/en/latest/governance.html',
6-
'docs': 'https://pytorch-lightning.rtfd.io/en/latest',
6+
'docs': 'https://lightning.ai/docs/pytorch/latest/',
77
'twitter': 'https://twitter.com/LightningAI',
88
'discuss': 'https://www.pytorchlightning.ai/community',
99
'tutorials': 'https://pytorch-lightning.readthedocs.io/en/latest/#tutorials',
10-
'home': 'https://pytorch-lightning.rtfd.io/en/latest/',
10+
'home': 'https://lightning.ai/docs/pytorch/latest/',
1111
'get_started': 'https://pytorch-lightning.readthedocs.io/en/latest/starter/introduction.html',
12-
'features': 'https://pytorch-lightning.rtfd.io/en/latest/',
12+
'features': 'https://lightning.ai/docs/pytorch/latest/',
1313
'blog': 'https://lightning.ai/pages/blog/',
1414
'resources': 'https://pytorch-lightning.readthedocs.io/en/latest/#community-examples',
15-
'support': 'https://pytorch-lightning.rtfd.io/en/latest/',
15+
'support': 'https://lightning.ai/docs/pytorch/latest/',
1616
'community': 'https://www.pytorchlightning.ai/community',
1717
'forums': 'https://lightning.ai/forums/',
1818
}

src/pytorch_lightning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,6 @@ PyTorch Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ec
382382

383383
If you have any questions please:
384384

385-
1. [Read the docs](https://pytorch-lightning.rtfd.io/en/latest).
385+
1. [Read the docs](https://lightning.ai/docs/pytorch/latest).
386386
1. [Search through existing Discussions](https://github.com/Lightning-AI/lightning/discussions), or [add a new question](https://github.com/Lightning-AI/lightning/discussions/new)
387387
1. [Join our Slack community](https://www.pytorchlightning.ai/community).

0 commit comments

Comments
 (0)