docs(angular): update links for generated Angular apps

This commit is contained in:
Brandon Roberts 2020-12-08 18:43:34 -06:00 committed by Victor Savkin
parent 5ba84a13cd
commit 8ef8acc384
2 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ const nrwlHomeTemplate = {
<li class="col-span-2"> <li class="col-span-2">
<a <a
class="resource flex" class="resource flex"
href="https://connect.nrwl.io/app/courses/nx-workspaces/intro" href="https://nxplaybook.com/p/nx-workspaces"
> >
Nx video course Nx video course
</a> </a>
@ -90,7 +90,7 @@ const nrwlHomeTemplate = {
<li class="col-span-2"> <li class="col-span-2">
<a <a
class="resource flex" class="resource flex"
href="https://nx.dev/angular/getting-started/what-is-nx" href="https://nx.dev/latest/angular/getting-started/why-nx"
> >
Nx video tutorial Nx video tutorial
</a> </a>
@ -98,7 +98,7 @@ const nrwlHomeTemplate = {
<li class="col-span-2"> <li class="col-span-2">
<a <a
class="resource flex" class="resource flex"
href="https://nx.dev/angular/tutorial/01-create-application" href="https://nx.dev/latest/angular/tutorial/01-create-application"
> >
Interactive tutorial Interactive tutorial
</a> </a>

View File

@ -27,7 +27,7 @@ import { wrapAngularDevkitSchematic } from '@nrwl/devkit/ngcli-adapter';
/** /**
* Rule to generate the Nx 'ngrx' Collection * Rule to generate the Nx 'ngrx' Collection
* Note: see https://nx.dev/angular/guides/misc-ngrx for guide to generated files * Note: see https://nx.dev/latest/angular/guides/misc-ngrx for guide to generated files
*/ */
export default function generateNgrxCollection(_options: Schema): Rule { export default function generateNgrxCollection(_options: Schema): Rule {
return (host: Tree, context: SchematicContext) => { return (host: Tree, context: SchematicContext) => {