@@ -26,9 +26,9 @@ export default FormsLayout
26
26
one or more values.
27
27
</p >
28
28
<Box display = " flex" sx = { {gap: 3 }} >
29
- <a href = " .. /components/autocomplete" >Interface guidelines</a >
29
+ <a href = " https://primer.style /components/autocomplete" >Interface guidelines</a >
30
30
<span aria-hidden = " true" >|</span >
31
- <a href = " https://primer.style/react/Autocomplete " >Primer React implementation</a >
31
+ <a href = " https://primer.style/components/autocomplete/ react/latest " >Primer React implementation</a >
32
32
</Box >
33
33
</div >
34
34
</Box >
@@ -49,9 +49,9 @@ export default FormsLayout
49
49
<Heading sx = { {fontSize: 3 }} >Checkbox group</Heading >
50
50
<p >A set of checkboxes to let users make one or more selections from a short list of options</p >
51
51
<Box display = " flex" sx = { {gap: 3 }} >
52
- <a href = " .. /components/checkbox-group" >Interface guidelines</a >
52
+ <a href = " https://primer.style /components/checkbox-group" >Interface guidelines</a >
53
53
<span aria-hidden = " true" >|</span >
54
- <a href = " https://primer.style/react/CheckboxGroup " >Primer React implementation</a >
54
+ <a href = " https://primer.style/components/checkbox-group/ react/latest " >Primer React implementation</a >
55
55
</Box >
56
56
</div >
57
57
</Box >
@@ -72,9 +72,9 @@ export default FormsLayout
72
72
<Heading sx = { {fontSize: 3 }} >Form control</Heading >
73
73
<p >A form control renders a labelled input and, optionally, associated validation text and/or hint text.</p >
74
74
<Box display = " flex" sx = { {gap: 3 }} >
75
- <a href = " .. /components/form-control" >Interface guidelines</a >
75
+ <a href = " https://primer.style /components/form-control" >Interface guidelines</a >
76
76
<span aria-hidden = " true" >|</span >
77
- <a href = " https://primer.style/react/FormControl " >Primer React implementation</a >
77
+ <a href = " https://primer.style/components/form-control/ react/latest " >Primer React implementation</a >
78
78
</Box >
79
79
</div >
80
80
</Box >
@@ -95,9 +95,9 @@ export default FormsLayout
95
95
<Heading sx = { {fontSize: 3 }} >Radio group</Heading >
96
96
<p >A set of radio inputs to let users make a single selection from a short list of options</p >
97
97
<Box display = " flex" sx = { {gap: 3 }} >
98
- <a href = " .. /components/radio-group" >Interface guidelines</a >
98
+ <a href = " https://primer.style /components/radio-group" >Interface guidelines</a >
99
99
<span aria-hidden = " true" >|</span >
100
- <a href = " https://primer.style/react/RadioGroup " >Primer React implementation</a >
100
+ <a href = " https://primer.style/components/radio-group/ react/latest " >Primer React implementation</a >
101
101
</Box >
102
102
</div >
103
103
</Box >
@@ -117,7 +117,7 @@ export default FormsLayout
117
117
<div >
118
118
<Heading sx = { {fontSize: 3 }} >Select dropdown</Heading >
119
119
<p >A select input may be used when a user needs to select one option from a long list</p >
120
- <a href = " https://primer.style/react/Select " >Primer React implementation</a >
120
+ <a href = " https://primer.style/components/select/ react/latest " >Primer React implementation</a >
121
121
</div >
122
122
</Box >
123
123
@@ -138,7 +138,7 @@ export default FormsLayout
138
138
Textarea
139
139
</Heading >
140
140
<p >A text area is used to put multiple lines of text in an input</p >
141
- <a href = " https://primer.style/react/Textarea " >Primer React implementation</a >
141
+ <a href = " https://primer.style/components/textarea/ react/latest " >Primer React implementation</a >
142
142
</div >
143
143
</Box >
144
144
@@ -161,9 +161,9 @@ export default FormsLayout
161
161
<a href = " https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types" >types in the MDN docs</a >.
162
162
</p >
163
163
<Box display = " flex" sx = { {gap: 3 }} >
164
- <a href = " .. /components/text-input" >Interface guidelines</a >
164
+ <a href = " https://primer.style /components/text-input" >Interface guidelines</a >
165
165
<span aria-hidden = " true" >|</span >
166
- <a href = " https://primer.style/react/TextInput " >Primer React implementation</a >
166
+ <a href = " https://primer.style/components/text-input/ react/latest " >Primer React implementation</a >
167
167
</Box >
168
168
</div >
169
169
</Box >
0 commit comments