Minor doc update on architecture

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-09-04 13:20:20 +02:00
parent e9a575c4be
commit c3210a3973
1 changed files with 1 additions and 1 deletions

View File

@ -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)