Links for Twisted echo server examples were broken, fixed the links

This commit is contained in:
Josh Sarver 2014-08-15 23:51:27 -07:00
parent 8624404492
commit de86f07656
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ The client app can send messages to the server and will print its message
and the repsonse it got. The examples are based mostly on the simple Echo
example from the twisted docs, which you can find here:
- http://twistedmatrix.com/documents/current/core/examples/simpleserv.py
- http://twistedmatrix.com/documents/current/core/examples/simpleclient.py
- http://twistedmatrix.com/documents/current/_downloads/simpleserv.py
- http://twistedmatrix.com/documents/current/_downloads/simpleclient.py
To try the example, run echo_server_app.py first, and then launch
echo_client_app.py. The server will reply with simple echo messages to