From 799041a1e5bd4a6706c495da500fd2100bf84aa3 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Thu, 20 Apr 2023 11:54:56 +0100 Subject: [PATCH] docs: Update links to errors and req/resp types. --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 0f102d3..c075b01 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,13 +13,13 @@ ``` A full list of error codes can be looked up in - [webapi/errors.go](../webapi/errors.go) + [types/errors.go](../types/errors.go) - Requests which reference specific tickets need to be properly signed as described in [two-way-accountability.md](./two-way-accountability.md). - Implementation of request and response types can be found in - [webapi/types.go](../webapi/types.go). + [types/types.go](../types/types.go). - The initial version of the vspd API is version 3. This is because the first version of the vspd API actually represents the third iteration of VSP APIs.