From 83038ed1595765b6ae59563f963d6769a13518fe Mon Sep 17 00:00:00 2001 From: Vimulatus Date: Thu, 18 Apr 2024 12:48:03 +0530 Subject: [PATCH] docs(angular-module-to-standalone): change aio links to adev --- .../content/docs/challenges/angular/31-module-to-standalone.md | 2 +- .../docs/es/challenges/angular/31-module-to-standalone.md | 2 +- .../docs/pt/challenges/angular/31-module-to-standalone.md | 2 +- .../docs/ru/challenges/angular/31-module-to-standalone.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/challenges/angular/31-module-to-standalone.md b/docs/src/content/docs/challenges/angular/31-module-to-standalone.md index 701bf14..93b0850 100644 --- a/docs/src/content/docs/challenges/angular/31-module-to-standalone.md +++ b/docs/src/content/docs/challenges/angular/31-module-to-standalone.md @@ -26,4 +26,4 @@ The goal of this challenge is to migrate your application from module based comp ## Note -You can also test the [Angular schematic](https://angular.io/guide/standalone-migration) to migrate NgModule to Standalone components. _(Since we are using nx, start your command with nx instead of ng)_ +You can also test the [Angular schematic](https://angular.dev/reference/migrations/standalone) to migrate NgModule to Standalone components. _(Since we are using nx, start your command with nx instead of ng)_ diff --git a/docs/src/content/docs/es/challenges/angular/31-module-to-standalone.md b/docs/src/content/docs/es/challenges/angular/31-module-to-standalone.md index e4810ef..307fc64 100644 --- a/docs/src/content/docs/es/challenges/angular/31-module-to-standalone.md +++ b/docs/src/content/docs/es/challenges/angular/31-module-to-standalone.md @@ -26,4 +26,4 @@ El objetivo de este desafío es migrar tu aplicación de componentes basados en ## Nota -También puedes probar el [esquema de Angular](https://angular.io/guide/standalone-migration) para migrar NgModule a componentes independientes. _(Dado que estamos usando nx, comienza tu comando con nx en lugar de ng)_ +También puedes probar el [esquema de Angular](https://angular.dev/reference/migrations/standalone) para migrar NgModule a componentes independientes. _(Dado que estamos usando nx, comienza tu comando con nx en lugar de ng)_ diff --git a/docs/src/content/docs/pt/challenges/angular/31-module-to-standalone.md b/docs/src/content/docs/pt/challenges/angular/31-module-to-standalone.md index ffe9c3c..e4878fd 100644 --- a/docs/src/content/docs/pt/challenges/angular/31-module-to-standalone.md +++ b/docs/src/content/docs/pt/challenges/angular/31-module-to-standalone.md @@ -26,4 +26,4 @@ O objetivo deste desafio é migrar sua aplicação de componentes baseados em m ## Nota -Você também pode testar o [Angular schematic](https://angular.io/guide/standalone-migration) para migrar NgModule para componentes Standalone. _(Como estamos usando nx, comece seu comando com nx ao invés de ng)_ +Você também pode testar o [Angular schematic](https://angular.dev/reference/migrations/standalone) para migrar NgModule para componentes Standalone. _(Como estamos usando nx, comece seu comando com nx ao invés de ng)_ diff --git a/docs/src/content/docs/ru/challenges/angular/31-module-to-standalone.md b/docs/src/content/docs/ru/challenges/angular/31-module-to-standalone.md index 46135ff..ae90ba4 100644 --- a/docs/src/content/docs/ru/challenges/angular/31-module-to-standalone.md +++ b/docs/src/content/docs/ru/challenges/angular/31-module-to-standalone.md @@ -26,4 +26,4 @@ sidebar: ## Примечание -Вы также можете протестировать [Angular schematic](https://angular.io/guide/standalone-migration) для переноса NgModule на автономные компоненты. _(Поскольку мы используем nx, начните свою команду с nx вместо ng)_ +Вы также можете протестировать [Angular schematic](https://angular.dev/reference/migrations/standalone) для переноса NgModule на автономные компоненты. _(Поскольку мы используем nx, начните свою команду с nx вместо ng)_