From 313f171d938ef511a98df3ed62737b9625de1699 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 22 Mar 2018 23:18:35 +0100 Subject: [PATCH] Fix link to remote client --- example_remote-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_remote-server/README.md b/example_remote-server/README.md index 49d2ea6..68d6b60 100644 --- a/example_remote-server/README.md +++ b/example_remote-server/README.md @@ -1,6 +1,6 @@ # Remote Control Server for ofxPiMapper -This example demonstrates a TCP server for ofxPiMapper remote control. The other part of this is the [Remote Control Client](../). What it does is the following. +This example demonstrates a TCP server for ofxPiMapper remote control. The other part of this is the [Remote Control Client](../example_remote-client). What it does is the following. - It creates a `TCPServer` singleton. - Waits for a client to connect via TCP.