]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Revert "updates broken download links"
authorDaniel Ruf <mac1@daniel-ruf.de>
Tue, 7 Apr 2020 15:47:44 +0000 (17:47 +0200)
committerDaniel Ruf <mac1@daniel-ruf.de>
Tue, 7 Apr 2020 15:47:44 +0000 (17:47 +0200)
This reverts commit 9f702edc2dea02b63f56af527d55585b8e61ae22.

docs/pages/flexbox-mode.md
docs/pages/installation.md
docs/pages/prototyping-utilities.md
docs/pages/rtl.md

index 80101808ff366fd9677437d2f46cd49263de1ca7..ffa7fba77dd703c96ee62d9adcdf39b835c9e73a 100644 (file)
@@ -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 <a href="https://get.foundation/sites/download">custom download of Foundation</a> 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.
 
index 5c4de0d3bb5cb5b0e05c549a283a0d698784fbc2..52978a0a2c738a9b5cdddff34ed80df608965f55 100644 (file)
@@ -205,7 +205,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem
     <li>Install the <a href="https://github.com/felixrieseberg/windows-build-tools">windows-build-tools</a> (recommended) and make python afterwards accessible via <code>npm config set python "%USERPROFILE%\.windows-build-tools\python27\python.exe"</code></li>
     <li>Install <a href="https://www.python.org/downloads/">python</a> (not recommended) and add it to your system environment variables</li>
   </ol>
-
   <p>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.</p>
 </div>
 
@@ -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!
     </p>
     <p class="text-center">
-      <a href="https://dhbhdrzi4tiry.cloudfront.net/downloads/releases/Foundation-6.6.2-CSS-project.zip" class="button">Download Foundation</a>
+      <a href="https://download.get.foundation/sites/download" class="button">Download Foundation</a>
     </p>
   </div>
 </div>
index 462079be5297a92d4c79a907894626343c653766..c51456bbab6ea9bcc0f74bd2c60a6bfe86714a7d 100644 (file)
@@ -34,7 +34,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t
        </p>
 </div>
 
-You can enable prototype mode in two ways:
+If you're using the CSS version of Foundation, you can generate a <a href="https://get.foundation/sites/download">custom download of Foundation</a> 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.
 
index 435328382703ea05ba06c93834329d17bee1dcc1..9908dc7dee9c0d06d986813d282d0946e2caa59f 100644 (file)
@@ -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.
 
 ---