Skip to content

Commit 0622f42

Browse files
committed
Add trailing slashes to all SB site URLs
1 parent 874b727 commit 0622f42

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/links-context.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ export interface Links {
2525

2626
export const defaultLinks = {
2727
home: { url: 'https://storybook.js.org/' },
28-
whyStorybook: { url: 'https://storybook.js.org/docs/get-started/why-storybook' },
28+
whyStorybook: { url: 'https://storybook.js.org/docs/get-started/why-storybook/' },
2929
componentDriven: { url: 'https://componentdriven.org' },
30-
guides: { url: 'https://storybook.js.org/docs' },
31-
tutorials: { url: 'https://storybook.js.org/tutorials' },
32-
changelog: { url: 'https://storybook.js.org/releases' },
33-
telemetry: { url: 'https://storybook.js.org/telemetry' },
34-
showcase: { url: 'https://storybook.js.org/showcase' },
35-
about: { url: 'https://storybook.js.org/showcase/about' },
36-
integrations: { url: 'https://storybook.js.org/addons' },
37-
getInvolved: { url: 'https://storybook.js.org/community' },
38-
blog: { url: 'https://storybook.js.org/blog' },
30+
guides: { url: 'https://storybook.js.org/docs/' },
31+
tutorials: { url: 'https://storybook.js.org/tutorials/' },
32+
changelog: { url: 'https://storybook.js.org/releases/' },
33+
telemetry: { url: 'https://storybook.js.org/telemetry/' },
34+
showcase: { url: 'https://storybook.js.org/showcase/' },
35+
about: { url: 'https://storybook.js.org/showcase/about/' },
36+
integrations: { url: 'https://storybook.js.org/addons/' },
37+
getInvolved: { url: 'https://storybook.js.org/community/' },
38+
blog: { url: 'https://storybook.js.org/blog/' },
3939
hiring: { url: 'https://www.chromatic.com/company/jobs' },
4040
enterprise: {
4141
url: 'https://www.chromatic.com/enterprise?utm_source=storybook_website&utm_medium=global_nav&utm_campaign=storybook',

0 commit comments

Comments
 (0)