Commit fa16150
authored
Make "Getting started" link absolute
I tried clicking this link on the live site ( http://tutorials.codebar.io/python/lesson1/tutorial.html ) and it took me to a 404 page at http://tutorials.codebar.io/python/lesson1/general/setup/tutorial.html
This is because the page was using a relative link. This change makes it use an absolute link instead, which (when published) will go to http://tutorials.codebar.io/general/setup/tutorial.html (the correct page)1 parent 14476b6 commit fa16150
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments