Skip to content

Commit 92c1503

Browse files
committed
Fix broken responsive design links
1 parent 84fd785 commit 92c1503

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/source/docs/border-radius.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Combine one of the `.rounded{-size}` utilities with `.rounded-t`, `.rounded-r`,
154154

155155
To control the border radius of an element at a specific breakpoint, add a `{screen}:` prefix to any existing border radius utility. For example, use `md:rounded-lg` to apply the `rounded-lg` utility at only medium screen sizes and above.
156156

157-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
157+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
158158

159159
@component('_partials.responsive-code-sample')
160160
@slot('none')

docs/source/docs/opacity.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ title: "Opacity"
7474

7575
To control the opacity of an element at a specific breakpoint, add a `{screen}:` prefix to any existing opacity utility. For example, use `md:opacity-50` to apply the `opacity-50` utility at only medium screen sizes and above.
7676

77-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
77+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
7878

7979
@component('_partials.responsive-code-sample')
8080
@slot('none')

docs/source/docs/overflow.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This is mostly useful for undoing `.scrolling-touch` at larger screen sizes.
196196

197197
To apply an overflow utility only at a specific breakpoint, add a `{screen}:` prefix to the existing class name. For example, adding the class `md:overflow-scroll` to an element would apply the `overflow-scroll` utility at medium screen sizes and above.
198198

199-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
199+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
200200

201201
@component('_partials.responsive-code-sample')
202202
@slot('none')

docs/source/docs/positioning.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Combined with Tailwind's [spacing utilities](/docs/spacing), you'll probably fin
402402

403403
To position an element only at a specific breakpoint, add a `{screen}:` prefix to any existing positioning utility. For example, adding the class `md:absolute` to an element would apply the `absolute` utility at medium screen sizes and above, and adding `lg:pin-y` would apply `pin-y` at large screens and above.
404404

405-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
405+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
406406

407407
@component('_partials.responsive-code-sample')
408408
@slot('none')

docs/source/docs/shadows.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This is most commonly used to remove a shadow that was applied at a smaller brea
105105

106106
To control the shadow of an element at a specific breakpoint, add a `{screen}:` prefix to any existing shadow utility. For example, use `md:shadow-lg` to apply the `shadow-lg` utility at only medium screen sizes and above.
107107

108-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
108+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
109109

110110
@component('_partials.responsive-code-sample')
111111
@slot('none')

docs/source/docs/visibility.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use `.invisible` to hide an element, but still maintain its space.
6868

6969
To apply an overflow utility only at a specific breakpoint, add a `{screen}:` prefix to the existing class name. For example, adding the class `md:overflow-scroll` to an element would apply the `overflow-scroll` utility at medium screen sizes and above.
7070

71-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
71+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
7272

7373
@component('_partials.responsive-code-sample')
7474
@slot('none')

docs/source/docs/z-index.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Control the stack order (or three-dimensional positioning) of an element in Tail
9595

9696
To control the z-index of an element at a specific breakpoint, add a `{screen}:` prefix to any existing z-index utility. For example, use `md:z-50` to apply the `z-50` utility at only medium screen sizes and above.
9797

98-
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
98+
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
9999

100100
@component('_partials.responsive-code-sample')
101101
@slot('none')

0 commit comments

Comments
 (0)