From fef1a32102c9452f5787d99af09de1fe106aab02 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 17 May 2022 18:40:05 +0100 Subject: [PATCH] Fixes broken links --- docs/configure/overview.md | 2 +- docs/configure/telemetry.md | 2 +- docs/faq.md | 2 +- docs/sharing/design-integrations.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configure/overview.md b/docs/configure/overview.md index aa244107982c..671cddfc57e9 100644 --- a/docs/configure/overview.md +++ b/docs/configure/overview.md @@ -177,7 +177,7 @@ You can also use Storybook's API to configure your project with TypeScript. Unde | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `stories` | The array of globs that indicates the [location of your story files](#configure-story-loading), relative to `main.ts` | | `staticDirs` | Sets a list of directories of [static files](./images-and-assets.md#serving-static-files-via-storybook-configuration) to be loaded by Storybook
`staticDirs:['../public']` | -| `addons` | Sets the list of [addons](/https://storybook.js.org/addons/) loaded by Storybook
`addons:['@storybook/addon-essentials']` | +| `addons` | Sets the list of [addons](https://storybook.js.org/addons/) loaded by Storybook
`addons:['@storybook/addon-essentials']` | | `typescript` | Configures how Storybook handles [TypeScript files](./typescript.md)
`typescript: { check: false, checkOptions: {} }` | | `framework` | Configures Storybook based on a set of framework-specific settings
`framework:'@storybook/svelte'` | | `core` | Configures Storybook's internal features.
`core: { builder: 'webpack5' }` | diff --git a/docs/configure/telemetry.md b/docs/configure/telemetry.md index f33c0562f730..3a4ad9b2003f 100644 --- a/docs/configure/telemetry.md +++ b/docs/configure/telemetry.md @@ -34,7 +34,7 @@ Specifically, we track the following information in our telemetry events: - Supported view layers (e.g., React, Vue, Angular, Svelte). - Builder (e.g., Webpack4, Webpack5, Vite). - Meta framework (e.g., [Next](https://nextjs.org/), [Gatsby](https://www.gatsbyjs.com/), [CRA](https://create-react-app.dev/)). - - [Addons](/addons) (e.g., [Essentials](../essentials/introduction), [Accessibility](https://storybook.js.org/addons/@storybook/addon-a11y/)). + - [Addons](https://storybook.js.org/addons/) (e.g., [Essentials](../essentials/introduction.md), [Accessibility](https://storybook.js.org/addons/@storybook/addon-a11y/)). - [Feature flags](./overview.md#feature-flags) (e.g., `buildStoriesJson`). - Package manager information (e.g., `npm`, `yarn`). - Monorepo information (e.g., [NX](https://nx.dev/), [Turborepo](https://turborepo.org/)). diff --git a/docs/faq.md b/docs/faq.md index afc4fbbc0a3e..811a1ac20433 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -381,7 +381,7 @@ Although valid, it introduces additional boilerplate code to the story definitio ## Why is Storybook's source loader returning undefined with curried functions? -This is a known issue with Storybook. If you're interested in getting it fixed, open an issue with a [working reproduction](./contribute/how-to-reproduce) so that it can be triaged and fixed in future releases. +This is a known issue with Storybook. If you're interested in getting it fixed, open an issue with a [working reproduction](./contribute/how-to-reproduce.md) so that it can be triaged and fixed in future releases. ## Why are my args no longer displaying the default values? diff --git a/docs/sharing/design-integrations.md b/docs/sharing/design-integrations.md index 48f87006987a..58c5a88e7dfd 100644 --- a/docs/sharing/design-integrations.md +++ b/docs/sharing/design-integrations.md @@ -123,7 +123,7 @@ Click the "Design" tab in the addon panel to view the embedded Figma design. ## Zeplin -[Zeplin](https://zeplin.io/) is a design tool that generates styleguides from [Sketch](https://www.sketch.com/), [Figma](https://www.figma.com/), and [Adobe XD](https://www.adobe.com/en/products/xd.html). +[Zeplin](https://zeplin.io/) is a design tool that generates styleguides from [Sketch](https://www.sketch.com/), [Figma](https://www.figma.com/), and [Adobe XD](https://www.adobe.com/products/xd.html). Use the [Zeplin addon](https://storybook.js.org/addons/storybook-zeplin) to connect Storybook. The addon displays designs from Zeplin alongside the currently selected story. It includes convenient tooling to overlay the design image atop the live component.