Skip to content

Commit 87262d5

Browse files
Merge pull request #434 from Warbo/patch-1
Make "Getting started" link absolute
2 parents 22d6044 + fa16150 commit 87262d5

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)