From 51628ad7f24aa96fb53db5dda2185eb8301e3a06 Mon Sep 17 00:00:00 2001 From: Armagan Ersoz Date: Wed, 24 May 2023 11:56:20 +1000 Subject: [PATCH] update docs path --- docs/content/UnderlineNav.mdx | 2 +- docs/content/deprecated/UnderlineNav.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/UnderlineNav.mdx b/docs/content/UnderlineNav.mdx index 11783dfabb7..0fa9f64896a 100644 --- a/docs/content/UnderlineNav.mdx +++ b/docs/content/UnderlineNav.mdx @@ -8,7 +8,7 @@ source: https://github.com/primer/react/tree/main/src/UnderlineNav storybook: '/react/storybook/?path=/story/components-underlinenav--playground' --- -import data from '../../../src/UnderlineNav/UnderlineNav.docs.json' +import data from '../../src/UnderlineNav/UnderlineNav.docs.json' ```js import {UnderlineNav} from '@primer/react' diff --git a/docs/content/deprecated/UnderlineNav.mdx b/docs/content/deprecated/UnderlineNav.mdx index 6c12d0d6c77..be50782d840 100644 --- a/docs/content/deprecated/UnderlineNav.mdx +++ b/docs/content/deprecated/UnderlineNav.mdx @@ -4,7 +4,7 @@ title: UnderlineNav (legacy) status: Deprecated --- -import data from '../../src/deprecated/UnderlineNav/UnderlineNav.docs.json' +import data from '../../../src/deprecated/UnderlineNav/UnderlineNav.docs.json' Use the UnderlineNav component to style navigation with a minimal underlined selected state, typically used for navigation placed at the top of the page.