Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed May 14, 2024
1 parent 5d907e0 commit ce812e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/templates/config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Computed variables are generally of type string however, there are special cases

## `rewrites`

Rewrites working with the [template scaffolds](./index.md#terminology) to perform a path rewrite to another directory. The following example defines a rewrite that will render the `templates/defaults.yaml` file to the <span v-pre>`roles/{{ .ProjectKebab }}/defaults/main.yaml`</span> path.
Rewrites working with the [template scaffolds](../introduction/terminology.md) to perform a path rewrite to another directory. The following example defines a rewrite that will render the `templates/defaults.yaml` file to the <span v-pre>`roles/{{ .ProjectKebab }}/defaults/main.yaml`</span> path.

```yaml
rewrites:
Expand Down

0 comments on commit ce812e9

Please sign in to comment.