From 8482e675a58456e90ec4fa13c74a43a90b2cad62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Thu, 6 Apr 2023 19:50:24 +0200 Subject: [PATCH] Fix broken links in README (#17292) * update links * one more --- README.md | 2 +- docs/source-fabric/_templates/theme_variables.jinja | 2 +- docs/source-pytorch/_templates/theme_variables.jinja | 2 +- src/pytorch_lightning/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b183798ecb81b..270d94009938f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/source-fabric/_templates/theme_variables.jinja b/docs/source-fabric/_templates/theme_variables.jinja index de089064c01fb..cce7263609621 100644 --- a/docs/source-fabric/_templates/theme_variables.jinja +++ b/docs/source-fabric/_templates/theme_variables.jinja @@ -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/', diff --git a/docs/source-pytorch/_templates/theme_variables.jinja b/docs/source-pytorch/_templates/theme_variables.jinja index f873b1a36d8f0..912c1882b9138 100644 --- a/docs/source-pytorch/_templates/theme_variables.jinja +++ b/docs/source-pytorch/_templates/theme_variables.jinja @@ -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', diff --git a/src/pytorch_lightning/README.md b/src/pytorch_lightning/README.md index 27da4557b80e0..8ffe163c87b33 100644 --- a/src/pytorch_lightning/README.md +++ b/src/pytorch_lightning/README.md @@ -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)