diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-13 19:45:16 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-13 19:45:16 +0100 |
| commit | b3277404518cf2ebc76e794ed619f8d2e87b8552 (patch) | |
| tree | 6814274e084c0c8f39e78495207f87f7fd90bbb3 /content/html | |
| parent | da501de55d713652c7d4310582478781fbcb492d (diff) | |
fix encodings in links
Diffstat (limited to 'content/html')
| -rw-r--r-- | content/html/resources.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/html/resources.html b/content/html/resources.html index ea5413d5..392d28dd 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -80,7 +80,7 @@ h2, h3 { <li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional</li> <li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> <li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> -<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> <li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> <li>The Docker Book; James Turnbull; Kindle</li> <li>Developing Games in Java; David Brackeen and others...; New Riders</li> @@ -117,7 +117,7 @@ h2, h3 { <li>The Off Switch; Mark Cropley; Virgin Books</li> <li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> <li>Deep Work; Cal Newport; Piatkus</li> -<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> <li>The Power of Now; Eckhard Tolle; Yellow Kite</li> </ul> <h2>Technical video lectures and courses</h2> |
