Skip to content

Commit b8da5ee

Browse files
authored
fix: fix broken install link (#2990)
1 parent 12c9880 commit b8da5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function loadContentConfig(nuxt: Nuxt, options: { defaultFallback?:
5151
const hasNoCollections = Object.keys(collectionsConfig || {}).length === 0
5252

5353
if (hasNoCollections) {
54-
logger.warn('No content configuration found, falling back to default collection. In order to have full control over your collections, create the config file in project root. See: https://content.nuxt.com/getting-started/installation')
54+
logger.warn('No content configuration found, falling back to default collection. In order to have full control over your collections, create the config file in project root. See: https://content.nuxt.com/docs/getting-started/installation')
5555
}
5656

5757
const collections = resolveCollections(hasNoCollections ? defaultConfig.collections : collectionsConfig)

0 commit comments

Comments
 (0)