Skip to content

Commit fa16150

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ multiple things at once, separated by a comma:
128128

129129
In this tutorial you coded in the REPL (IDLE), but a lot of times you want
130130
to save your code instead. In such cases you can save your code to a file using a text editor.
131-
We give some information on text editors in our [Getting started guide](general/setup/tutorial.html) .
131+
We give some information on text editors in our [Getting started guide](/general/setup/tutorial.html) .
132132

133133
Open your text editor and write the code from the first exercise:
134134

0 commit comments

Comments
 (0)