From e7825023fa07639e7a0dfe082c56ad998c217be9 Mon Sep 17 00:00:00 2001 From: Bunyamin Coskuner Date: Fri, 13 Nov 2020 16:21:35 +0300 Subject: [PATCH] docs: update links on migration guide Co-authored-by: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> --- docs/en/Migration-Guides/Abp-4_0-Angular.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/Migration-Guides/Abp-4_0-Angular.md b/docs/en/Migration-Guides/Abp-4_0-Angular.md index ef49dd88c9..bf357a2a53 100644 --- a/docs/en/Migration-Guides/Abp-4_0-Angular.md +++ b/docs/en/Migration-Guides/Abp-4_0-Angular.md @@ -47,9 +47,9 @@ Moving away from the global store, we create small services with a single respon See [the related issue](https://github.com/abpframework/abp/issues/6154) Please refer to the following docs for detail information and examples -- [`ConfigStateService`](../UI/Angular/Config-State-Service.md) -- [`EnvironmentService`](../UI/Angular/Environment.md#EnvironmentService) -- [`PermissionService`](../UI/Angular/Permission-Management.md#) +- [`ConfigStateService`](../UI/Angular/Config-State-Service) +- [`EnvironmentService`](../UI/Angular/Environment#EnvironmentService) +- [`PermissionService`](../UI/Angular/Permission-Management#) ### Deprecated Interfaces