diff --git a/docs/shared/generators/modifying-files.md b/docs/shared/generators/modifying-files.md index ceb5f4bb26..ee00a4c745 100644 --- a/docs/shared/generators/modifying-files.md +++ b/docs/shared/generators/modifying-files.md @@ -4,7 +4,7 @@ Modifying existing files is an order of magnitude harder than creating new files ## Compose Existing Generators -If you can compose together existing generators to modify the files you need, you should take that approach. See [Composing Generators](./composing-generators) for more information. +If you can compose together existing generators to modify the files you need, you should take that approach. See [Composing Generators](/generators/composing-generators) for more information. ## Modify JSON Files