From 7254b747f5d564b21effb94c25f45ec7a8b0f69f Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 31 May 2023 11:06:26 +0800 Subject: [PATCH] Update Auto-API-Controllers.md --- docs/en/API/Auto-API-Controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/API/Auto-API-Controllers.md b/docs/en/API/Auto-API-Controllers.md index ef2f54f86d..6677b0d66d 100644 --- a/docs/en/API/Auto-API-Controllers.md +++ b/docs/en/API/Auto-API-Controllers.md @@ -172,7 +172,7 @@ Disabled `IsMetadataEnabled` which hides this service from API explorer and it w ## Replace or Remove Controllers. -In addition to [Overriding a Controller](Customizing-Application-Modules-Overriding-Services.md#example-overriding-a-controller), you can also use a completely independent **Controller** to replace the controller in the framework or module. +In addition to [Overriding a Controller](../Customizing-Application-Modules-Overriding-Services.md#example-overriding-a-controller), you can also use a completely independent **Controller** to replace the controller in the framework or module. They have the same [route](https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-7.0), but can have **different** input and output parameters.