From bec7f61def7730d8bb196962e6c39a81f77e82fc Mon Sep 17 00:00:00 2001 From: Zak Fields Date: Thu, 4 May 2017 09:33:58 -0700 Subject: [PATCH] Fix broken link in proxy_sample README.md [#242] Addresses Issue #242 --- samples/proxy_sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/proxy_sample/README.md b/samples/proxy_sample/README.md index dd32ad6d..03e3f7d9 100644 --- a/samples/proxy_sample/README.md +++ b/samples/proxy_sample/README.md @@ -4,7 +4,7 @@ This document provides an overview of the out of process module [code](./src) wh ## Concepts -Until this feature, all gateway modules were required to run in the same process as the gateway executable. Now, the user may define a module that runs in a different process on the same machine. For details, please read the [outprocess high level design](../../core/devdoc/outprocess_hld.md). +Until this feature, all gateway modules were required to run in the same process as the gateway executable. Now, the user may define a module that runs in a different process on the same machine. For details, please read the [outprocess high level design](../../proxy/outprocess/devdoc/outprocess_hld.md). There are two executables "proxy\_sample" and "proxy\_sample\_remote". The "proxy\_sample" is a gateway executable with an out of process module, and "proxy\_sample\_remote" is the executable which implements the out of process modules.