From 8c5d1cafb3441e6d6b0486215d3497cf30e582b2 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Wed, 4 Sep 2024 09:50:13 +0300 Subject: [PATCH] Update api-development/index.md --- docs/en/framework/api-development/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/framework/api-development/index.md b/docs/en/framework/api-development/index.md index 4b2105486d..2f55487b1c 100644 --- a/docs/en/framework/api-development/index.md +++ b/docs/en/framework/api-development/index.md @@ -2,10 +2,10 @@ The following documents explain the concepts, infrastructure and integrations to build HTTP APIs with ABP: -* [ABP Endpoints](./standard-apis/overview.md) +* [ABP Endpoints](./standard-apis) * [API Versioning](./versioning.md) * [Auto API Controllers](./auto-controllers.md) * [Dynamic C# API Clients](./dynamic-csharp-clients.md) * [Integration Services](./integration-services.md) * [Static C# API Clients](./static-csharp-clients.md) -* [Swagger Integration](./swagger.md) \ No newline at end of file +* [Swagger Integration](./swagger.md)