We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a846c commit c1434f0Copy full SHA for c1434f0
docs/examples/Examples.md
@@ -3,7 +3,7 @@ In 99% of cases you want to just copy [this template](https://github.com/william
3
4
```bash
5
# get a copy of the module template
6
-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
7
```
8
9
---
0 commit comments