Skip to content

Commit 1625ce1

Browse files
lukasmattaalexeagle
authored andcommitted
docs: fix schematics-cli url
1 parent e68253a commit 1625ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/schematics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ What distinguishes Schematics from other generators, such as Yeoman or Yarn Crea
2020
| **Sink** | The final destination of all `Action`s. |
2121

2222
# Tooling
23-
Schematics is a library, and does not work by itself. A [reference CLI](https://github.com/angular/devkit/blob/master/packages/angular_devkit/schematics_cli/bin/schematics.ts) is available on this repository, but is not published on NPM. This document explains the library usage and the tooling API, but does not go into the tool implementation itself.
23+
Schematics is a library, and does not work by itself. A [reference CLI](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/schematics_cli/bin/schematics.ts) is available on this repository, but is not published on NPM. This document explains the library usage and the tooling API, but does not go into the tool implementation itself.
2424

2525
The tooling is responsible for the following tasks:
2626

0 commit comments

Comments
 (0)