From c3210a397318748b1410a1b2d8ee809044603a76 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Fri, 4 Sep 2020 13:20:20 +0200 Subject: [PATCH] Minor doc update on architecture Signed-off-by: Guillaume Tardif --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index dd05493c..47d9d89e 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -18,5 +18,5 @@ What follows is a list of useful links to help navigate the code: * The API is defined by protobufs that can be found in [`protos/`](../protos) * The API server is in [`server/`](../server) * The context management and interface can be found in [`context/`](../context) -* The Node SDK is autogenerated and can be found in +* The Node SDK is autogenerated (except for default endpoints managed by Docker Desktop), and can be found in [`docker/node-sdk`](https://github.com/docker/node-sdk) \ No newline at end of file