docs(core): fix links
This commit is contained in:
parent
6f754db84d
commit
f47bcab31a
@ -95,7 +95,7 @@ nx g @nx/angular:service my-service
|
|||||||
|
|
||||||
## More Documentation
|
## More Documentation
|
||||||
|
|
||||||
- [Angular Nx Tutorial](/angular-tutorial/1-code-generation)
|
- [Angular Nx Tutorial](/getting-started/tutorials/angular-monorepo-tutorial)
|
||||||
- [Migrating from the Angular CLI](/recipes/angular/migration/angular)
|
- [Migrating from the Angular CLI](/recipes/angular/migration/angular)
|
||||||
- [Setup Module Federation with Angular and Nx](/concepts/more-concepts/faster-builds-with-module-federation)
|
- [Setup Module Federation with Angular and Nx](/concepts/more-concepts/faster-builds-with-module-federation)
|
||||||
- [Upgrading an AngularJS application to Angular](/recipes/angular/migration/angularjs)
|
- [Upgrading an AngularJS application to Angular](/recipes/angular/migration/angularjs)
|
||||||
|
|||||||
@ -4,7 +4,7 @@ description: In this tutorial you'll create a frontend-focused workspace with Nx
|
|||||||
---
|
---
|
||||||
|
|
||||||
{% callout type="check" title="Looking for Angular monorepos?" %}
|
{% callout type="check" title="Looking for Angular monorepos?" %}
|
||||||
This tutorial sets up a repo with a single application at the root level that breaks out its code into libraries to add structure. If you are looking for a Angular monorepo setup then check out our [Angular monorepo tutorial](/angular-tutorial/1-code-generation).
|
This tutorial sets up a repo with a single application at the root level that breaks out its code into libraries to add structure. If you are looking for a Angular monorepo setup then check out our [Angular monorepo tutorial](/getting-started/tutorials/angular-monorepo-tutorial).
|
||||||
{% /callout %}
|
{% /callout %}
|
||||||
|
|
||||||
{% youtube
|
{% youtube
|
||||||
|
|||||||
@ -10,7 +10,7 @@ What are you going to learn?
|
|||||||
- how to modularize your codebase and impose architectural constraints for better maintainability
|
- how to modularize your codebase and impose architectural constraints for better maintainability
|
||||||
|
|
||||||
{% callout type="info" title="Looking for Angular monorepos?" %}
|
{% callout type="info" title="Looking for Angular monorepos?" %}
|
||||||
Note, this tutorial sets up a repo with a single application at the root level that breaks out its code into libraries to add structure. If you are looking for an Angular monorepo setup then check out our [Angular monorepo tutorial](/angular-tutorial/1-code-generation).
|
Note, this tutorial sets up a repo with a single application at the root level that breaks out its code into libraries to add structure. If you are looking for an Angular monorepo setup then check out our [Angular monorepo tutorial](/getting-started/tutorials/angular-monorepo-tutorial).
|
||||||
|
|
||||||
{% /callout %}
|
{% /callout %}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
In this tutorial you create multiple projects in a monorepo and take advantage of the core Nx features with a minimum of configuration.
|
In this tutorial you create multiple projects in a monorepo and take advantage of the core Nx features with a minimum of configuration.
|
||||||
|
|
||||||
{% callout type="check" title="Package-Based Repo" %}
|
{% callout type="check" title="Package-Based Repo" %}
|
||||||
This tutorial sets up a [package-based repo](/concepts/integrated-vs-package-based). If you prefer an [integrated repo](/concepts/integrated-vs-package-based), check out the [React](/react-tutorial/1-code-generation), [Angular](/angular-tutorial/1-code-generation) or [Node](/getting-started/tutorials/node-server-tutorial) tutorials.
|
This tutorial sets up a [package-based repo](/concepts/integrated-vs-package-based). If you prefer an [integrated repo](/concepts/integrated-vs-package-based), check out the [React](/react-tutorial/1-code-generation), [Angular](/getting-started/tutorials/angular-monorepo-tutorial) or [Node](/getting-started/tutorials/node-server-tutorial) tutorials.
|
||||||
{% /callout %}
|
{% /callout %}
|
||||||
|
|
||||||
## Contents:
|
## Contents:
|
||||||
|
|||||||
@ -95,7 +95,7 @@ nx g @nx/angular:service my-service
|
|||||||
|
|
||||||
## More Documentation
|
## More Documentation
|
||||||
|
|
||||||
- [Angular Nx Tutorial](/angular-tutorial/1-code-generation)
|
- [Angular Nx Tutorial](/getting-started/tutorials/angular-monorepo-tutorial)
|
||||||
- [Migrating from the Angular CLI](/recipes/angular/migration/angular)
|
- [Migrating from the Angular CLI](/recipes/angular/migration/angular)
|
||||||
- [Setup Module Federation with Angular and Nx](/concepts/more-concepts/faster-builds-with-module-federation)
|
- [Setup Module Federation with Angular and Nx](/concepts/more-concepts/faster-builds-with-module-federation)
|
||||||
- [Upgrading an AngularJS application to Angular](/recipes/angular/migration/angularjs)
|
- [Upgrading an AngularJS application to Angular](/recipes/angular/migration/angularjs)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user