diff --git a/website/docs/cli/commands/test/index.mdx b/website/docs/cli/commands/test/index.mdx index 00c116efde..cf7cd5bf8c 100644 --- a/website/docs/cli/commands/test/index.mdx +++ b/website/docs/cli/commands/test/index.mdx @@ -237,8 +237,7 @@ run "test" { The `module` block has the following two attributes: -* The `source` attribute points to the directory of the module to load or any other - [module source](../../../language/modules/sources.mdx). +* The `source` attribute points to the [directory of the module](../../../language/modules/sources/#local-paths) or to the [module registry](../../../language/modules/sources/#module-registry). Remote sources are not allowed at this point. * The `version` specifies the version of the module you want to use. :::warning Note