]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix download links
authorJoe Workman <joe@workmanmail.com>
Thu, 26 Aug 2021 19:05:28 +0000 (12:05 -0700)
committerJoe Workman <joe@workmanmail.com>
Thu, 26 Aug 2021 19:05:28 +0000 (12:05 -0700)
close #12189

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

index 6c89ef17c9a08d9a3eafa33b4fe0d2868a574212..e4d687f46689ec132ad3820c4193fe314d14bacb 100644 (file)
@@ -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 <a href="https://download.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:
+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 acda6844ffa8bc4b39c173bb8ea26ff14065d102..d14a23ece199bf7c867e5b248ab5aefa3b7e399c 100644 (file)
@@ -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://download.get.foundation/sites/download" class="button">Download Foundation</a>
+      <a href="https://static.download.foundation/sites-css-latest" class="button">Download Foundation</a>
     </p>
   </div>
 </div>
index c0d520d6d2723e15132ebdba402db6cf3fc9d62d..638392ccca8b6ab47843c58d621cf3c9b53a0766 100644 (file)
@@ -34,7 +34,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t
        </p>
 </div>
 
-If you're using the CSS version of Foundation, you can generate a <a href="https://download.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:
+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 69cfe3c0a77a9b1bc305e1d2ddabe2208876dd3e..09769700ba020af4b14bcd20949e85c7e2d1d51b 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](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.
+If you use a CSS version of Foundation, 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.
 
 ---