@@ -97,8 +97,8 @@ How to use this book
97
97
you need to get your hands dirty writing code and debugging your mistakes.
98
98
To help with this there is a book website at:
99
99
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> `__
102
102
103
103
As well as a web version of the full text of the book, the website contains
104
104
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.
126
126
The videos are marked in the text by a blue box at the right hand side,
127
127
containing the video number. This corresponds to the list of links at:
128
128
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> `__
131
131
132
132
The exercises
133
133
.............
@@ -141,8 +141,8 @@ correct responses to a range of inputs. Tests like this provide immediate
141
141
feedback and enable you to know how you are doing. Links to the skeleton code
142
142
for each chapter are provided at:
143
143
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> `__
146
146
147
147
148
148
Conventions employed
0 commit comments