Skip to content

Commit 5e0cf7f

Browse files
Fix links to Style Dictionary (#391)
1 parent 0ab318e commit 5e0cf7f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

www/src/pages/TR/first-editors-draft/format/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1> <h2 id="subtitle"
413413
<p>Few examples:</p>
414414
<ul>
415415
<li><a href="https://github.com/salesforce-ux/theo">Theo</a></li>
416-
<li><a href="https://amzn.github.io/style-dictionary/">Style Dictionary</a></li>
416+
<li><a href="https://github.com/style-dictionary/style-dictionary">Style Dictionary</a></li>
417417
<li><a href="https://diez.org/">Diez</a></li>
418418
<li><a href="https://specifyapp.com/">Specify</a></li>
419419
</ul>
@@ -755,7 +755,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1> <h2 id="subtitle"
755755
<p><img src="https://d33wubrfki0l68.cloudfront.net/758c21846c4c036a407c20fd63d9deb2ec9356e6/5e83b/group-progressive-disclosure.png" alt="Progressive disclosure groups" height="426" width="506"></p>
756756
</section><section id="export-tools"><div class="header-wrapper"><h4 id="x6-2-3-export-tools"><bdi class="secno">6.2.3 </bdi>Export tools</h4><a class="self-link" href="#export-tools" aria-label="Permalink for Section 6.2.3"></a></div>
757757
<p>Token names are not guaranteed to be unique within the same file. The same name can be used in different groups. Also, export tools may need to export design tokens in a uniquely identifiable way, such as variables in code. Export tools should therefore use design tokens' paths as these <em>are</em> unique within a file.</p>
758-
<p>For example, a <a href="#translation-tool">translation tool</a> like <a href="https://amzn.github.io/style-dictionary/">Style Dictionary</a> might use the following design token file:</p>
758+
<p>For example, a <a href="#translation-tool">translation tool</a> like <a href="https://github.com/style-dictionary/style-dictionary">Style Dictionary</a> might use the following design token file:</p>
759759
<aside class="example" id="example-8"><div class="marker">
760760
<a class="self-link" href="#example-8">Example<bdi> 8</bdi></a>
761761
</div>

www/src/pages/TR/second-editors-draft/format/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1> <h2 id="subtitle"
428428
<p>For example:</p>
429429
<ul>
430430
<li><a href="https://github.com/salesforce-ux/theo">Theo</a></li>
431-
<li><a href="https://amzn.github.io/style-dictionary/">Style Dictionary</a></li>
431+
<li><a href="https://github.com/style-dictionary/style-dictionary">Style Dictionary</a></li>
432432
<li><a href="https://diez.org/">Diez</a></li>
433433
<li><a href="https://specifyapp.com/">Specify</a></li>
434434
</ul>
@@ -878,7 +878,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1> <h2 id="subtitle"
878878
<p><img src="./group-progressive-disclosure.png" alt="Progressive disclosure groups" height="426" width="506"></p>
879879
</section><section id="export-tools"><div class="header-wrapper"><h4 id="x6-2-3-export-tools"><bdi class="secno">6.2.3 </bdi>Export tools</h4><a class="self-link" href="#export-tools" aria-label="Permalink for Section 6.2.3"></a></div>
880880
<p>Token names are not guaranteed to be unique within the same file. The same name can be used in different groups. Also, export tools <em class="rfc2119">MAY</em> need to export design tokens in a uniquely identifiable way, such as variables in code. Export tools <em class="rfc2119">SHOULD</em> therefore use design tokens' paths as these <em>are</em> unique within a file.</p>
881-
<p>For example, a <a data-link-type="dfn" href="#dfn-translation-tool" class="internalDFN" id="ref-for-dfn-translation-tool-4">translation tool</a> like <a href="https://amzn.github.io/style-dictionary/">Style Dictionary</a> might use the following design token file:</p>
881+
<p>For example, a <a data-link-type="dfn" href="#dfn-translation-tool" class="internalDFN" id="ref-for-dfn-translation-tool-4">translation tool</a> like <a href="https://github.com/style-dictionary/style-dictionary">Style Dictionary</a> might use the following design token file:</p>
882882
<aside class="example" id="example-12"><div class="marker">
883883
<a class="self-link" href="#example-12">Example<bdi> 12</bdi></a>
884884
</div>

www/src/pages/TR/third-editors-draft/format/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1> <h2 id="subtitle"
452452
<p>Design token translation tools translate token data from one format to another.</p>
453453
<p>For example:</p>
454454
<ul>
455-
<li><a href="https://amzn.github.io/style-dictionary/">Style Dictionary</a></li>
455+
<li><a href="https://github.com/style-dictionary/style-dictionary">Style Dictionary</a></li>
456456
<li><a href="https://github.com/terrazzoapp/terrazzo">Terrazzo</a></li>
457457
<li>...</li>
458458
</ul>
@@ -1165,7 +1165,7 @@ <h1 id="title" class="title">Design Tokens Format Module</h1> <h2 id="subtitle"
11651165

11661166
</section><section id="translation-tools"><div class="header-wrapper"><h4 id="x6-2-3-translation-tools"><bdi class="secno">6.2.3 </bdi>Translation tools</h4><a class="self-link" href="#translation-tools" aria-label="Permalink for Section 6.2.3"></a></div>
11671167
<p>Token names are not guaranteed to be unique within the same file. The same name can be used in different groups. Also, translation tools <em class="rfc2119">MAY</em> need to export design tokens in a uniquely identifiable way, such as variables in code. Translation tools <em class="rfc2119">SHOULD</em> therefore use design tokens' paths as these <em>are</em> unique within a file.</p>
1168-
<p>For example, a <a data-link-type="dfn|abstract-op" href="#dfn-translation-tool" class="internalDFN" id="ref-for-dfn-translation-tool-4">translation tool</a> like <a href="https://amzn.github.io/style-dictionary/">Style Dictionary</a> might use the following design token file:</p>
1168+
<p>For example, a <a data-link-type="dfn|abstract-op" href="#dfn-translation-tool" class="internalDFN" id="ref-for-dfn-translation-tool-4">translation tool</a> like <a href="https://github.com/style-dictionary/style-dictionary">Style Dictionary</a> might use the following design token file:</p>
11691169
<aside class="example" id="example-17"><div class="marker">
11701170
<a class="self-link" href="#example-17">Example<bdi> 17</bdi></a>
11711171
</div>

0 commit comments

Comments
 (0)