Skip to content

Commit 2fa8406

Browse files
author
meiqrctj
authored
Merge pull request #908 from Royal-Navy/fix/update-storybook-links
feat(Content): Update broken links to Storybook
2 parents 15f240c + 8290df9 commit 2fa8406

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pages/[...slug].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export const GenericPage: React.FC<GenericPageProps> = ({
412412
) : null}
413413
<SidebarMenuItem
414414
icon={<Storybook />}
415-
link={<Link href="https://storybook.design-system.digital.mod.uk/">Storybook</Link>}
415+
link={<Link href="https://storybook.design-system.navy.digital.mod.uk/">Storybook</Link>}
416416
/>
417417
<SidebarMenuItem
418418
icon={<Axure />}
@@ -474,7 +474,7 @@ export const GenericPage: React.FC<GenericPageProps> = ({
474474
<FooterExternalLink
475475
icon={<Storybook />}
476476
link={
477-
<Link href="https://storybook.design-system.digital.mod.uk/">
477+
<Link href="https://storybook.design-system.navy.digital.mod.uk/">
478478
Storybook
479479
</Link>
480480
}

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export const Home: React.FC<HomeProps> = ({
296296
<FooterExternalLink
297297
icon={<Storybook />}
298298
link={
299-
<Link href="https://storybook.design-system.digital.mod.uk/">
299+
<Link href="https://storybook.design-system.navy.digital.mod.uk/">
300300
Storybook
301301
</Link>
302302
}

public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<priority>0.9</priority>
7474
</url>
7575
<url>
76-
<loc>https://storybook.design-system.digital.mod.uk/</loc>
76+
<loc>https://storybook.design-system.navy.digital.mod.uk/</loc>
7777
<lastmod>2021-10-18</lastmod>
7878
<changefreq>daily</changefreq>
7979
<priority>0.9</priority>

0 commit comments

Comments
 (0)