From 869ebacb3a7e09957a2acdc69e663afe10aa4eb8 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:07:30 +0200 Subject: [PATCH 1/2] Update porting-old-umbraco-apis.md --- .../routing/umbraco-api-controllers/porting-old-umbraco-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md b/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md index f818dabed3e..41451142002 100644 --- a/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md +++ b/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md @@ -94,4 +94,4 @@ In both cases, the API endpoint will be available at `/umbraco/shop/products/get The `UmbracoAuthorizedApiController` and `UmbracoAuthorizedJsonController` base classes have been removed in Umbraco 14. Moving forward, backoffice APIs (also known as Management APIs) must be based on the `ManagementApiControllerBase`. -Read the [Creating a Backoffice API article](../tutorials/creating-a-backoffice-api/README.md) for a comprehensive guide to writing APIs for the Management API. +Read the [Creating a Backoffice API article](../../tutorials/creating-a-backoffice-api/README.md) for a comprehensive guide to writing APIs for the Management API. From 9b6128072e859c93adcb9159e97278f271766488 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 12 Aug 2024 12:21:36 +0200 Subject: [PATCH 2/2] added one more step to the path --- .../routing/umbraco-api-controllers/porting-old-umbraco-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md b/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md index 41451142002..1ecd5b536e3 100644 --- a/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md +++ b/14/umbraco-cms/reference/routing/umbraco-api-controllers/porting-old-umbraco-apis.md @@ -94,4 +94,4 @@ In both cases, the API endpoint will be available at `/umbraco/shop/products/get The `UmbracoAuthorizedApiController` and `UmbracoAuthorizedJsonController` base classes have been removed in Umbraco 14. Moving forward, backoffice APIs (also known as Management APIs) must be based on the `ManagementApiControllerBase`. -Read the [Creating a Backoffice API article](../../tutorials/creating-a-backoffice-api/README.md) for a comprehensive guide to writing APIs for the Management API. +Read the [Creating a Backoffice API article](../../../tutorials/creating-a-backoffice-api/README.md) for a comprehensive guide to writing APIs for the Management API.