]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix incorrect link to Foundation release page 12156/head
authorJohn Bacon <jpbacon@gmail.com>
Wed, 30 Sep 2020 14:26:26 +0000 (10:26 -0400)
committerGitHub <noreply@github.com>
Wed, 30 Sep 2020 14:26:26 +0000 (10:26 -0400)
Links to a non-404ing release page.

docs/pages/sass.md

index fb77be463c7d0d98679ccac3ed655426280b5c1f..34ee7d29bc247f10f9f969de8298b47f8c69da2e 100644 (file)
@@ -180,7 +180,7 @@ All Foundation projects include a settings file, named `_settings.scss`. If you'
 Every component includes a set of variables that modify core structural or visual styles. If there's something you can't customize with a variable, you can just write your own CSS to add it.
 
 <div class="callout warning">
-  <p>Once you've set up a new project, your settings file can't be automatically updated when new versions change, add, or remove variables. Keep tabs on new <a href="https://github.com/foundation/foundation/releases">Foundation releases</a> so you know when things change.</p>
+  <p>Once you've set up a new project, your settings file can't be automatically updated when new versions change, add, or remove variables. Keep tabs on new <a href="https://github.com/foundation/foundation-sites/releases">Foundation releases</a> so you know when things change.</p>
 </div>
 
 Here's an example set of settings variables. These change the default styling of [buttons](button.html):