From de86f07656df3555b95c3aaeed5a0a59be2a438d Mon Sep 17 00:00:00 2001 From: Josh Sarver Date: Fri, 15 Aug 2014 23:51:27 -0700 Subject: [PATCH] Links for Twisted echo server examples were broken, fixed the links --- doc/sources/guide/other-frameworks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/guide/other-frameworks.rst b/doc/sources/guide/other-frameworks.rst index bb5e56425..377938322 100644 --- a/doc/sources/guide/other-frameworks.rst +++ b/doc/sources/guide/other-frameworks.rst @@ -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