Skip to content

Commit 098861d

Browse files
committed
final quick fixes
1 parent e6422be commit 098861d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We provide a single package to manage the versions of a few core dependencies: `
6464

6565
1. Run `yarn nx storybook styleguide` to start the storybook server
6666
2. Add new stories to `packages/styleguide/src`
67-
3. Stories are written using storybook's [Component Story Format](https://storybook.js.org/docs/formats/component-story-format/) and [MDX](https://storybook.js.org/docs/writing-docs/mdx#basic-example). Check out our Storybook's comprehensive guide on writing stories [here](https://storybook.js.org/docs/react/get-started/introduction).
67+
3. Stories are written using storybook's [Component Story Format](https://storybook.js.org/docs/formats/component-story-format/) and [MDX](https://storybook.js.org/docs/writing-docs/mdx#basic-example). Check out our comprehensive guide on writing stories [here](https://gamut.codecademy.com/?path=/docs/meta-stories--docs#quick-start).
6868

6969
### Publishing Modules
7070

packages/styleguide/src/lib/Molecules/Tips/DeprecatedToolTip/DeprecatedToolTip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ They disappear when the focus or hover are no longer active.
3333

3434
### When NOT to use:
3535

36-
- If you'd like interactive contents, use a <LinkTo id="Molecules/Popover">Popover</LinkTo>
36+
- If you'd like interactive contents, use a <LinkTo id="Molecules/Popover">Popover</LinkTo>.
3737

3838
## Alignment
3939

0 commit comments

Comments
 (0)