diff options
Diffstat (limited to 'site/content/docs/4.3/getting-started/rfs.md')
| -rw-r--r-- | site/content/docs/4.3/getting-started/rfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/rfs.md b/site/content/docs/4.3/getting-started/rfs.md index 2f1852401..6b4be35ab 100644 --- a/site/content/docs/4.3/getting-started/rfs.md +++ b/site/content/docs/4.3/getting-started/rfs.md @@ -61,7 +61,7 @@ When you don't want to use the includes, there are also two functions: - `rfs-value()` converts a value into a `rem` value if a `px` value is passed, in other cases it returns the same result. - `rfs-fluid-value()` returns the fluid version of a value if the property needs rescaling. -In this example, we use one of Bootstrap's built-in [responsive breakpoint mixins]({{< docsref "/layout/overview#responsive-breakpoints" >}}) to only apply styling below the `lg` breakpoint. +In this example, we use one of Bootstrap's built-in [responsive breakpoint mixins]({{< docsref "/layout/breakpoints" >}}) to only apply styling below the `lg` breakpoint. ```scss .selector { |
