From 1823c6997d240a6fb77d7a9d839bc792d2e8f68d Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 26 Apr 2020 11:14:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b066e797..6cab947e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Here's an example of how to refactor your research code into a [LightningModule] The rest of the code is automated by the [Trainer](https://pytorch-lightning.readthedocs.io/en/latest/trainer.html)! ![PT to PL](docs/source/_images/lightning_module/pt_trainer.png) -[READ THIS QUICK START PAGE](https://pytorch-lightning.readthedocs.io/en/latest/new-project.html) +[READ THIS QUICK START PAGE](https://pytorch-lightning.readthedocs.io/en/stable/new-project.html) ## Testing Rigour All the automated code by the Trainer is [tested rigorously with every new PR](https://github.com/PyTorchLightning/pytorch-lightning/tree/master/tests).