diff --git a/packages/angular_devkit/schematics/README.md b/packages/angular_devkit/schematics/README.md index 6a1b6cd5ad33..4ef2d45c4eb5 100644 --- a/packages/angular_devkit/schematics/README.md +++ b/packages/angular_devkit/schematics/README.md @@ -74,10 +74,10 @@ It is impossible to create files using a `FileOperator`. The Schematics library provides multiple `Operator` factories by default that cover basic use cases: -| FileOperator | Description | -| -------------------------------- | --------------------------------------------------- | -| `contentTemplate(options: T)` | Apply a content template (see the Template section) | -| `pathTemplate(options: T)` | Apply a path template (see the Template section) | +| FileOperator | Description | +| -------------------------------- | -------------------------------------------------------------------- | +| `contentTemplate(options: T)` | Apply a content template (see the [Templating](#templating) section) | +| `pathTemplate(options: T)` | Apply a path template (see the [Templating](#templating) section) | ## Provided Sources