Skip to content

Commit

Permalink
Fix broken link in proxy_sample README.md [Azure#242]
Browse files Browse the repository at this point in the history
Addresses Issue Azure#242
  • Loading branch information
zafields authored May 4, 2017
1 parent 3677e27 commit bec7f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/proxy_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bec7f61

Please sign in to comment.