Skip to content

Commit

Permalink
docs(core): fix common inputs set link (#23504)
Browse files Browse the repository at this point in the history
Fix common inputs link
  • Loading branch information
isaacplmann authored May 20, 2024
1 parent 65e6727 commit cf33e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/reference/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Prefixing a source file input with `^` means this entry applies to the project d
By default, Nx will use all files in a project as well as all files in the project's dependencies when computing a hash for tasks belonging to the project.
This may cause Nx to rerun some tasks even when files irrelevant to the task have changed but it ensures that by default, Nx always re-runs the task when it should.

See the [Common Input Sets section](#common-inputs) to see some common examples of source file inputs
To get a better idea of how to use inputs, you can browse some [common input sets](/recipes/running-tasks/configure-inputs#common-inputs).

### Environment Variables

Expand Down

0 comments on commit cf33e31

Please sign in to comment.