From c1434f0a3ebb4fb261134828ba691f9ee4258133 Mon Sep 17 00:00:00 2001 From: Coda Phillips Date: Sat, 10 Aug 2019 12:35:17 -0500 Subject: [PATCH] Update github url for new project template (#90) Previous url requested html --- docs/examples/Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/Examples.md b/docs/examples/Examples.md index 6d28dda157..46481bce6e 100644 --- a/docs/examples/Examples.md +++ b/docs/examples/Examples.md @@ -3,7 +3,7 @@ In 99% of cases you want to just copy [this template](https://github.com/william ```bash # get a copy of the module template -wget https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/lightning_module_template.py +wget https://raw.githubusercontent.com/williamFalcon/pytorch-lightning/master/examples/new_project_templates/lightning_module_template.py ``` ---