From 2dfc7db1b94dcd245ebaa52933f28a9e7ec5ee77 Mon Sep 17 00:00:00 2001 From: Rami Abughazaleh Date: Thu, 6 Nov 2025 13:03:16 -0800 Subject: [PATCH 1/2] Update link to attribute routing documentation --- Odata-docs/webapi/attribute-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Odata-docs/webapi/attribute-routing.md b/Odata-docs/webapi/attribute-routing.md index 48817465..3af44651 100644 --- a/Odata-docs/webapi/attribute-routing.md +++ b/Odata-docs/webapi/attribute-routing.md @@ -193,4 +193,4 @@ The `GetAddress` matches to `Customers({id})/Address` route template. It's calle Web API OData team also works to add the third template, that is the dynamic property template. It's planed to ship in next release. -You can refer to [this blog](https://www.asp.net/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2) for attribute routing in Web API 2. +You can refer to [this blog](https://learn.microsoft.com/en-us/aspnet/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2) for attribute routing in Web API 2. From 358ecd9f8b85eeb1c1c8459235d2b50ac790ad40 Mon Sep 17 00:00:00 2001 From: Rami Abughazaleh Date: Thu, 6 Nov 2025 13:09:49 -0800 Subject: [PATCH 2/2] Update link to attribute routing blog --- Odata-docs/webapi/attribute-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Odata-docs/webapi/attribute-routing.md b/Odata-docs/webapi/attribute-routing.md index 3af44651..a787416d 100644 --- a/Odata-docs/webapi/attribute-routing.md +++ b/Odata-docs/webapi/attribute-routing.md @@ -193,4 +193,4 @@ The `GetAddress` matches to `Customers({id})/Address` route template. It's calle Web API OData team also works to add the third template, that is the dynamic property template. It's planed to ship in next release. -You can refer to [this blog](https://learn.microsoft.com/en-us/aspnet/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2) for attribute routing in Web API 2. +You can refer to [this blog](/aspnet/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2) for attribute routing in Web API 2.