diff --git a/docs/repo-docs/guides/tools/biome.mdx b/docs/repo-docs/guides/tools/biome.mdx index df40205cb8474..e4c0d3e482c19 100644 --- a/docs/repo-docs/guides/tools/biome.mdx +++ b/docs/repo-docs/guides/tools/biome.mdx @@ -45,7 +45,7 @@ In practice, Biome is unlikely to be a bottleneck in the iteration speed of your best for your use case. -To create a Root Task, register the scripts to Turborepo: +To create a [Root Task](/repo/docs/crafting-your-repository/configuring-tasks#registering-root-tasks), register the scripts to Turborepo: ```json title="./turbo.json" {