From 08aefd1323f6539a4ee7c168c3d1f6c40d37e4d8 Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Tue, 11 Jun 2024 11:41:16 -0600 Subject: [PATCH] ApiDefinitionGuidelines: Remove reference to local api-definitions dir Signed-off-by: Gabe Goodhart --- docs/backend/api-definitions-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/api-definitions-guidelines.md b/docs/backend/api-definitions-guidelines.md index bb783e6b..5d4d69e7 100644 --- a/docs/backend/api-definitions-guidelines.md +++ b/docs/backend/api-definitions-guidelines.md @@ -13,7 +13,7 @@ The `InstructLab APIs` are essential for hosting `InstructLab` as a service in a ## How will service APIs be defined? -Service APIs will be defined using [OpenAPI](https://www.openapis.org/) format in [YAML](https://yaml.org/). For structural and style guidelines, see [api-definitions](../../api-definitions/README.md). +Service APIs will be defined using [OpenAPI](https://www.openapis.org/) format in [YAML](https://yaml.org/). ## Where will service API definitions live?