Skip to content

Commit 0f304b0

Browse files
authored
Fix some links to Style Dictionary site and repo (#366)
1 parent d3bf8ab commit 0f304b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- [Transforms](#transforms)
2121
- [Troubleshooting](#not-sure-how-to-fix-your-issue)
2222

23-
This package contains custom transforms for [Style-Dictionary](https://amzn.github.io/style-dictionary/#/),
23+
This package contains custom transforms for [Style-Dictionary](https://styledictionary.com/),
2424
to work with Design Tokens that are exported from [Tokens Studio](https://tokens.studio/):
2525

2626
Generic:
@@ -56,7 +56,7 @@ npm install @tokens-studio/sd-transforms
5656

5757
## Compatibility
5858

59-
This package is to be used in combination with [Style Dictionary](https://github.com/amzn/style-dictionary).
59+
This package is to be used in combination with [Style Dictionary](https://github.com/style-dictionary/style-dictionary).
6060

6161
There are some caveats however, with regards to which versions of Style Dictionary are compatible with which versions of this package:
6262

@@ -137,7 +137,7 @@ This allows `fontStyles` to be extracted when they are embedded in `fontWeights`
137137
> Expand used to be an sd-transforms exclusive feature but has moved to Style Dictionary itself under a slightly different API.
138138
> This made sense due to object-value tokens being part of the DTCG spec and no longer a Tokens Studio specific feature.
139139
140-
When using the [expand feature of Style Dictionary](https://v4.styledictionary.com/reference/config/#expand) to expand object-value (composite) tokens,
140+
When using the [expand feature of Style Dictionary](https://styledictionary.com/reference/config/#expand) to expand object-value (composite) tokens,
141141
you should pass our additional `expandTypesMap` for Tokens Studio tokens, because these are slightly different from the DTCG tokens:
142142

143143
- shadow tokens are called `boxShadow` and their `offsetX` and `offsetY` props are called `x` and `y` respectively.
@@ -215,7 +215,7 @@ StyleDictionary.registerTransform({
215215
### Custom Transform Group
216216

217217
> [!NOTE]
218-
> From Style-Dictionary `4.0.0-prerelease.18`, [`transformGroup` and `transforms` can now be combined in a platform inside your config](https://github.com/amzn/style-dictionary/blob/v4/CHANGELOG.md#400-prerelease18).
218+
> From Style-Dictionary `4.0.0-prerelease.18`, [`transformGroup` and `transforms` can now be combined in a platform inside your config](https://github.com/style-dictionary/style-dictionary/blob/v4/CHANGELOG.md#400-prerelease18).
219219
220220
You can create a custom `transformGroup` that includes the individual transforms from this package.
221221
If you wish to use the `transformGroup`, but adjust or remove a few transforms, your best option is to create a custom transform group:

0 commit comments

Comments
 (0)