Skip to content

Commit

Permalink
fix: incorrect "lib/assets" link in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Léobal <[email protected]>
  • Loading branch information
oleobal committed Dec 18, 2023
1 parent 1030a44 commit af777ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The interface is the same, however additional headers might be required in distr
## Consuming the gRPC API

When running in development mode, the orchestrator exposes a gRPC endpoint on port 9000.
gRPC reflection is enabled, and protobuf definitions are in [lib/assets](../lib/assets) directory.
gRPC reflection is enabled, and protobuf definitions are in the [lib/asset](../lib/asset) directory.

**distributed mode**: requests **MUST** have the following 3 headers set:

Expand Down

0 comments on commit af777ef

Please sign in to comment.