From 8312284654964e568e7dca9be48c047167267980 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Mon, 6 Feb 2017 16:22:35 -0600 Subject: [PATCH] Correct link of client examples in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dac8ff9..21ff038 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ your IDE's project classpath. Building is IDE-only for the moment. ## Client Quickstart ### Client Examples -See [NioClient.java](../src/examples/NioClient.java) and -[NettyClient.java](../src/examples/NettyClient.java) for examples of sending a request to a +See [NioClient.java](../master/src/examples/NioClient.java) and +[NettyClient.java](../master/src/examples/NettyClient.java) for examples of sending a request to a Roughtime server and processing the response. ### DIY Client