From 92c150338b44ff378fba8d206da86ce01ec2d21d Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 2 Nov 2017 16:08:17 -0400 Subject: [PATCH] Fix broken responsive design links --- docs/source/docs/border-radius.blade.md | 2 +- docs/source/docs/opacity.blade.md | 2 +- docs/source/docs/overflow.blade.md | 2 +- docs/source/docs/positioning.blade.md | 2 +- docs/source/docs/shadows.blade.md | 2 +- docs/source/docs/visibility.blade.md | 2 +- docs/source/docs/z-index.blade.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/docs/border-radius.blade.md b/docs/source/docs/border-radius.blade.md index edc1521ba..ae5cef3dc 100644 --- a/docs/source/docs/border-radius.blade.md +++ b/docs/source/docs/border-radius.blade.md @@ -154,7 +154,7 @@ Combine one of the `.rounded{-size}` utilities with `.rounded-t`, `.rounded-r`, 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none') diff --git a/docs/source/docs/opacity.blade.md b/docs/source/docs/opacity.blade.md index bc2551e3a..e901277d5 100644 --- a/docs/source/docs/opacity.blade.md +++ b/docs/source/docs/opacity.blade.md @@ -74,7 +74,7 @@ title: "Opacity" 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none') diff --git a/docs/source/docs/overflow.blade.md b/docs/source/docs/overflow.blade.md index 9f80fbddf..4a0830f80 100644 --- a/docs/source/docs/overflow.blade.md +++ b/docs/source/docs/overflow.blade.md @@ -196,7 +196,7 @@ This is mostly useful for undoing `.scrolling-touch` at larger screen sizes. 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none') diff --git a/docs/source/docs/positioning.blade.md b/docs/source/docs/positioning.blade.md index 7ea328ae7..cc0d2cf9a 100644 --- a/docs/source/docs/positioning.blade.md +++ b/docs/source/docs/positioning.blade.md @@ -402,7 +402,7 @@ Combined with Tailwind's [spacing utilities](/docs/spacing), you'll probably fin 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none') diff --git a/docs/source/docs/shadows.blade.md b/docs/source/docs/shadows.blade.md index 525995557..4507b6dfc 100644 --- a/docs/source/docs/shadows.blade.md +++ b/docs/source/docs/shadows.blade.md @@ -105,7 +105,7 @@ This is most commonly used to remove a shadow that was applied at a smaller brea 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none') diff --git a/docs/source/docs/visibility.blade.md b/docs/source/docs/visibility.blade.md index 01bfa0a66..35e6c39ee 100644 --- a/docs/source/docs/visibility.blade.md +++ b/docs/source/docs/visibility.blade.md @@ -68,7 +68,7 @@ Use `.invisible` to hide an element, but still maintain its space. 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none') diff --git a/docs/source/docs/z-index.blade.md b/docs/source/docs/z-index.blade.md index 21f83d0be..3a28f90ca 100644 --- a/docs/source/docs/z-index.blade.md +++ b/docs/source/docs/z-index.blade.md @@ -95,7 +95,7 @@ Control the stack order (or three-dimensional positioning) of an element in Tail 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. -For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation. +For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. @component('_partials.responsive-code-sample') @slot('none')