From: Daniel Ruf
Date: Tue, 7 Apr 2020 15:47:44 +0000 (+0200)
Subject: Revert "updates broken download links"
X-Git-Tag: v6.6.3^2~1^2~1
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be16528f9db4204ff13f8bde9396a461e1033b45;p=thirdparty%2Ffoundation%2Ffoundation-sites.git
Revert "updates broken download links"
This reverts commit 9f702edc2dea02b63f56af527d55585b8e61ae22.
---
diff --git a/docs/pages/flexbox-mode.md b/docs/pages/flexbox-mode.md
index 80101808f..ffa7fba77 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
-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/installation.md b/docs/pages/installation.md
index 5c4de0d3b..52978a0a2 100644
--- a/docs/pages/installation.md
+++ b/docs/pages/installation.md
@@ -205,7 +205,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem
Install the windows-build-tools (recommended) and make python afterwards accessible via npm config set python "%USERPROFILE%\.windows-build-tools\python27\python.exe"
Install python (not recommended) and add it to your system environment variables
-
+
The first way is recommended if you've not installed python v2.7 yet as it doesn't affect your machine outside the node environment. In case you've already installed python v2.7 you may of course skip both ways and start using foundationc-cli immediately.
@@ -226,7 +226,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem
If you aren't into Sass, we have a starter template with compiled CSS and JavaScript, as well as a starting `index.html` file for you to hack on. Just unzip and get coding!
- Download Foundation
+ Download Foundation
diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md
index 462079be5..c51456bba 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
-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 435328382..9908dc7de 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](http://localhost:3000/installation.html#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://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.
---