Skip to content

Commit 1124bf3

Browse files
authored
Fix style guide /visuals/* links to /design/* (#1788)
1 parent 44cb8aa commit 1124bf3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/components/Caption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Caption text size is smaller than the recommended size for general reading. It s
3636

3737
### Captions
3838

39-
Captions are primarily used in [data visualizations](/visuals/data-visualizations). Stick to a few words and don’t use this component for complete sentences or longer content.
39+
Captions are primarily used in [data visualizations](/design/data-visualizations). Stick to a few words and don’t use this component for complete sentences or longer content.
4040

4141
<!-- usagelist -->
4242

src/components/EmptyState/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Empty states should:
4141
- Be encouraging and never make merchants feel unsuccessful or guilty because
4242
they haven’t used a product or feature
4343
- Explain the steps a merchant needs to take to activate a product or feature
44-
- Use illustrations thoughtfully as outlined in our [illustration guidelines](/visuals/illustrations)
44+
- Use illustrations thoughtfully as outlined in our [illustration guidelines](/design/illustrations)
4545
- Use only one primary call-to-action button
4646

4747
---
@@ -161,6 +161,6 @@ Use to explain a single feature before a merchant has used it.
161161

162162
## Related components
163163

164-
- To learn more about illustrations for empty states, [read the illustration guidelines](/visuals/illustrations)
164+
- To learn more about illustrations for empty states, [read the illustration guidelines](/design/illustrations)
165165
- To create page-level layout, [use the layout component](/components/structure/layout)
166166
- To highlight a Shopify feature, [use the callout card component](/components/structure/callout-card)

src/components/ExceptionList/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Exception lists aren’t clickable. If you’re a partner and have an idea that
3939
Exception lists should:
4040

4141
- Highlight an exceptional state that helps the merchant make a decision
42-
- Use the appropriate [color](https://polaris.shopify.com/visuals/colors) to suit the tone of the message
42+
- Use the appropriate [color](https://polaris.shopify.com/design/colors) to suit the tone of the message
4343
- Have a description (a title is optional)
4444
- Be concise
4545

src/components/ResourceList/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ In the CSS itself, we’re going to start mobile first. We’ll open up the CSS
15401540
}
15411541
```
15421542
1543-
Note that we’ve annotated the colors here to show that they correspond to the [Polaris color palette](https://polaris.shopify.com/visuals/colors#section-color-palette).
1543+
Note that we’ve annotated the colors here to show that they correspond to the [Polaris color palette](https://polaris.shopify.com/design/colors#section-color-palette).
15441544
15451545
Now that we have our small screen layout, we can layer on the layouts for medium and wide screens. This requires some additional wrappers. With this extra markup, it’s a good time to split out some of this out to clean up the code:
15461546

0 commit comments

Comments
 (0)