docs(nxdev): fix link break in the docs (#11148)

fix the link from generator/modifying-files pages to /generators/composing-generators
This commit is contained in:
Helton 2022-07-15 19:17:35 -03:00 committed by GitHub
parent f8104d9410
commit bd9b33eaef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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