Skip to content

Commit

Permalink
Add leading zero to links to single digit chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Oct 21, 2014
1 parent d0f0d94 commit 1657a3b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Third Edition of *Foundations of Python Network Programming* as revised by

Each chapter’s source code lives in its own directory:

* [Chapter 1: Introduction to Client-Server Networking](py3/chapter1)
* [Chapter 2: UDP](py3/chapter2)
* [Chapter 3: TCP](py3/chapter3)
* [Chapter 4: Socket Names and DNS](py3/chapter4)
* [Chapter 5: Network Data and Network Errors](py3/chapter5)
* [Chapter 6: TLS/SSL](py3/chapter6)
* [Chapter 7: Server Architecture](py3/chapter7)
* [Chapter 8: Caches and Message Queues](py3/chapter8)
* [Chapter 9: HTTP Clients](py3/chapter9)
* [Chapter 1: Introduction to Client-Server Networking](py3/chapter01)
* [Chapter 2: UDP](py3/chapter02)
* [Chapter 3: TCP](py3/chapter03)
* [Chapter 4: Socket Names and DNS](py3/chapter04)
* [Chapter 5: Network Data and Network Errors](py3/chapter05)
* [Chapter 6: TLS/SSL](py3/chapter06)
* [Chapter 7: Server Architecture](py3/chapter07)
* [Chapter 8: Caches and Message Queues](py3/chapter08)
* [Chapter 9: HTTP Clients](py3/chapter09)
* [Chapter 10: HTTP Servers](py3/chapter10)
* [Chapter 11: The World Wide Web](py3/chapter11)
* [Chapter 12: Building and Parsing E-Mail](py3/chapter12)
Expand Down

0 comments on commit 1657a3b

Please sign in to comment.