From 4e45c853d5b98bacef5f08293d4fc0682494bf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 12 Oct 2021 01:50:08 +0200 Subject: [PATCH] chore(docs): use full path in header links --- docs/content/_collections/header.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/_collections/header.md b/docs/content/_collections/header.md index 60e2362991..ce34c8f6b1 100644 --- a/docs/content/_collections/header.md +++ b/docs/content/_collections/header.md @@ -2,14 +2,14 @@ links: - title: 'Getting Started' - to: '/getting-started' + to: '/getting-started/introduction' - title: 'Concepts' - to: '/concepts' + to: '/concepts/introduction' - title: 'Docs' - to: '/docs' + to: '/docs/usage/data-fetching' - title: 'Community' - to: '/community' + to: '/community/getting-help' ---