From c141b80fb227df9be04462ac4762663629a7319b Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Tue, 17 Aug 2021 11:19:18 +0200 Subject: [PATCH] docs(core): Fix bad docs link --- packages/ui-devkit/src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-devkit/src/compiler/types.ts b/packages/ui-devkit/src/compiler/types.ts index 57d5571fbe..ad8168b5ff 100644 --- a/packages/ui-devkit/src/compiler/types.ts +++ b/packages/ui-devkit/src/compiler/types.ts @@ -71,7 +71,7 @@ export interface GlobalStylesExtension { * Angular [NgModules](https://angular.io/guide/ngmodules) which are compiled * into the application. * - * See [Extending the Admin UI](/docs/developer-guide/plugins/extending-the-admin-ui/) for + * See [Extending the Admin UI](/docs/plugins/extending-the-admin-ui/) for * detailed instructions. * * @docsCategory UiDevkit