mirror of https://github.com/kivy/kivy.git
Links for Twisted echo server examples were broken, fixed the links
This commit is contained in:
parent
8624404492
commit
de86f07656
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue