Skip to content

Commit

Permalink
Fix broken links in README (Lightning-AI#17292)
Browse files Browse the repository at this point in the history
* update links

* one more
  • Loading branch information
awaelchli authored Apr 6, 2023
1 parent c2d9ec4 commit 8482e67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ ______________________________________________________________________

The lightning community is maintained by

- [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.
- [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.
- 800+ community contributors.

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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source-fabric/_templates/theme_variables.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'github': 'https://github.com/Lightning-AI/lightning',
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
'governance': 'https://lightning.ai/docs/pytorch/latest/governance.html',
'governance': 'https://lightning.ai/docs/pytorch/latest/community/governance.html',
'docs': 'https://lightning.ai/docs/fabric/',
'twitter': 'https://twitter.com/LightningAI',
'home': 'https://lightning.ai/docs/fabric/',
Expand Down
2 changes: 1 addition & 1 deletion docs/source-pytorch/_templates/theme_variables.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'github': 'https://github.com/Lightning-AI/lightning',
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
'governance': 'https://lightning.ai/docs/pytorch/latest/governance.html',
'governance': 'https://lightning.ai/docs/pytorch/latest/community/governance.html',
'docs': 'https://lightning.ai/docs/pytorch/latest/',
'twitter': 'https://twitter.com/LightningAI',
'discuss': 'https://www.pytorchlightning.ai/community',
Expand Down
2 changes: 1 addition & 1 deletion src/pytorch_lightning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ ______________________________________________________________________

The PyTorch Lightning community is maintained by

- [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.
- [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.
- 680+ active community contributors.

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)
Expand Down

0 comments on commit 8482e67

Please sign in to comment.