Skip to content

Commit c79e280

Browse files
committed
better content link
1 parent ee0bda9 commit c79e280

18 files changed

Lines changed: 18 additions & 18 deletions

answers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ These are answers for exercises in the chapters. In programming, there's always
290290

291291
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
292292

293-
[Back to the list of contents](README.md)
293+
[Back to the list of contents](README.md#list-of-contents)

classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,4 @@ print("You entered " + word + ".")
420420

421421
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
422422

423-
[Back to the list of contents](README.md)
423+
[Back to the list of contents](README.md#list-of-contents)

contact-me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ it, there are a few ways to contact me:
2020

2121
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
2222

23-
[Back to the list of contents](README.md)
23+
[Back to the list of contents](README.md#list-of-contents)

defining-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,4 +546,4 @@ Answers for the first and second exercise are [here](answers.md).
546546

547547
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
548548

549-
[Back to the list of contents](README.md)
549+
[Back to the list of contents](README.md#list-of-contents)

editor-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ about it here, [tell me](contact-me.md).
129129

130130
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
131131

132-
[Back to the list of contents](README.md)
132+
[Back to the list of contents](README.md#list-of-contents)

files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,4 @@ else:
374374

375375
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
376376

377-
[Back to the list of contents](README.md)
377+
[Back to the list of contents](README.md#list-of-contents)

getting-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ help on IRC is much faster.
5555

5656
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
5757

58-
[Back to the list of contents](README.md)
58+
[Back to the list of contents](README.md#list-of-contents)

getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ Powers are calculated before `*` and `/`, but after `()`.
215215

216216
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
217217

218-
[Back to the list of contents](README.md)
218+
[Back to the list of contents](README.md#list-of-contents)

handy-stuff-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,4 @@ ValueError: could not convert string to float: 'hello'
395395

396396
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
397397

398-
[Back to the list of contents](README.md)
398+
[Back to the list of contents](README.md#list-of-contents)

if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,4 @@ The answers are [here](answers.md).
337337
338338
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
339339
340-
[Back to the list of contents](README.md)
340+
[Back to the list of contents](README.md#list-of-contents)

0 commit comments

Comments
 (0)