Skip to content

Commit

Permalink
fix(nxdev): fix link in how-project-graph-is-built (#13632)
Browse files Browse the repository at this point in the history
  • Loading branch information
yizumi1012xxx committed Dec 5, 2022
1 parent b959109 commit b71b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/concepts/how-project-graph-is-built.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Nx creates a graph of all the dependencies between projects in your workspace us

Then `my-app` depends on `awesome-library`

This can be [turned on or off with the `analyzeSourceFiles` flag](../../recipe/analyze-source-files).
This can be [turned on or off with the `analyzeSourceFiles` flag](../../recipes/other/analyze-source-files).

3. Manually created `implicitDependencies` in the project configuration file.

Expand Down

1 comment on commit b71b28e

@vercel
Copy link

@vercel vercel bot commented on b71b28e Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.