From: Daniel Ruf
Date: Tue, 7 Apr 2020 15:50:38 +0000 (+0200)
Subject: docs: use new download link
X-Git-Tag: v6.6.3^2~1^2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12042%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git
docs: use new download link
---
diff --git a/docs/pages/flexbox-mode.md b/docs/pages/flexbox-mode.md
index ffa7fba77..83aa73652 100644
--- a/docs/pages/flexbox-mode.md
+++ b/docs/pages/flexbox-mode.md
@@ -25,7 +25,7 @@ Flexbox mode is only supported in these browsers:
## Enabling Flexbox Mode
-If you're using the CSS version of Foundation, you can generate a custom download of Foundation with flexbox mode enabled. If you're using the Sass version of Foundation, you can enable flexbox mode two ways:
+If you're using the CSS version of Foundation, you can generate a custom download of Foundation with flexbox mode enabled. If you're using the Sass version of Foundation, you can enable flexbox mode two ways:
If you use the `foundation-everything()` mixin in your main Sass file, pass in the parameter `true` to enable flexbox mode.
diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md
index c51456bba..c0d520d6d 100644
--- a/docs/pages/prototyping-utilities.md
+++ b/docs/pages/prototyping-utilities.md
@@ -34,7 +34,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t
-If you're using the CSS version of Foundation, you can generate a custom download of Foundation with prototype mode enabled. If you're using the Sass version of Foundation, you can enable prototype mode in two ways:
+If you're using the CSS version of Foundation, you can generate a custom download of Foundation with prototype mode enabled. If you're using the Sass version of Foundation, you can enable prototype mode in two ways:
If you use the `foundation-everything()` mixin in your main Sass file, just pass in `$prototype: true` to enable the prototype mode.
diff --git a/docs/pages/rtl.md b/docs/pages/rtl.md
index 9908dc7de..69cfe3c0a 100644
--- a/docs/pages/rtl.md
+++ b/docs/pages/rtl.md
@@ -29,7 +29,7 @@ View of a [full list of language codes](https://www.loc.gov/standards/iso639-2/p
## CSS Download
-If you use a CSS version of Foundation (the ones you can find on the [download page](https://get.foundation/sites/download)), you'll need to create a custom download that includes RTL CSS instead of LTR. Just select "Right-to-left" under the Text Direction section of the customizer.
+If you use a CSS version of Foundation (the ones you can find on the [download page](https://download.get.foundation/sites/download)), you'll need to create a custom download that includes RTL CSS instead of LTR. Just select "Right-to-left" under the Text Direction section of the customizer.
---