Skip to content

Commit 236aa68

Browse files
awaelchlilexierule
authored andcommitted
Fix broken links in README (#17292)
* update links * one more
1 parent e4cc968 commit 236aa68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ ______________________________________________________________________
489489

490490
The lightning community is maintained by
491491

492-
- [10+ core contributors](https://lightning.ai/docs/pytorch/latest/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
492+
- [10+ core contributors](https://lightning.ai/docs/pytorch/latest/community/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
493493
- 590+ active community contributors.
494494

495495
Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html)

docs/source-fabric/_templates/theme_variables.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'github': 'https://github.com/Lightning-AI/lightning',
33
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
44
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
5-
'governance': 'https://lightning.ai/docs/pytorch/latest/governance.html',
5+
'governance': 'https://lightning.ai/docs/pytorch/latest/community/governance.html',
66
'docs': 'https://lightning.ai/docs/fabric/',
77
'twitter': 'https://twitter.com/LightningAI',
88
'home': 'https://lightning.ai/docs/fabric/',

docs/source-pytorch/_templates/theme_variables.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'github': 'https://github.com/Lightning-AI/lightning',
33
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
44
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
5-
'governance': 'https://lightning.ai/docs/pytorch/latest/governance.html',
5+
'governance': 'https://lightning.ai/docs/pytorch/latest/community/governance.html',
66
'docs': 'https://lightning.ai/docs/pytorch/latest/',
77
'twitter': 'https://twitter.com/LightningAI',
88
'discuss': 'https://www.pytorchlightning.ai/community',

src/pytorch_lightning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ ______________________________________________________________________
370370

371371
The PyTorch Lightning community is maintained by
372372

373-
- [10+ core contributors](https://lightning.ai/docs/pytorch/latest/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
373+
- [10+ core contributors](https://lightning.ai/docs/pytorch/latest/community/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
374374
- 680+ active community contributors.
375375

376376
Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://devblog.pytorchlightning.ai/quick-contribution-guide-86d977171b3a)

0 commit comments

Comments
 (0)