@@ -97,8 +97,8 @@ How to use this book
9797 you need to get your hands dirty writing code and debugging your mistakes.
9898 To help with this there is a book website at:
9999
100- `https://object-oriented-programming .github.io
101- <https://object-oriented-programming .github.io> `__
100+ `https://object-oriented-python .github.io
101+ <https://object-oriented-python .github.io> `__
102102
103103 As well as a web version of the full text of the book, the website contains
104104 videos and the code needed to do the programming exercises at the end of
@@ -126,8 +126,8 @@ it's better to watch the video *after* reading the relevant section.
126126 The videos are marked in the text by a blue box at the right hand side,
127127 containing the video number. This corresponds to the list of links at:
128128
129- `https://object-oriented-programming .github.io/edition1/videos.html
130- <https://object-oriented-programming .github.io/edition1/videos.html> `__
129+ `https://object-oriented-python .github.io/edition1/videos.html
130+ <https://object-oriented-python .github.io/edition1/videos.html> `__
131131
132132The exercises
133133.............
@@ -141,8 +141,8 @@ correct responses to a range of inputs. Tests like this provide immediate
141141feedback and enable you to know how you are doing. Links to the skeleton code
142142for each chapter are provided at:
143143
144- `https://object-oriented-programming .github.io/edition1/exercises.html
145- <https://object-oriented-programming .github.io/edition1/exercises.html> `__
144+ `https://object-oriented-python .github.io/edition1/exercises.html
145+ <https://object-oriented-python .github.io/edition1/exercises.html> `__
146146
147147
148148Conventions employed
0 commit comments