]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix broken links pointing to v2.0 branch tree
authorSergey Lukin <sergey@hiredscore.com>
Sat, 27 Jun 2020 12:57:56 +0000 (15:57 +0300)
committerSergey Lukin <sergey@hiredscore.com>
Sat, 27 Jun 2020 12:57:56 +0000 (15:57 +0300)
- Fix broken link to #getting-started in
  https://github.com/foundation/foundation-emails/blob/master/migration.md
  Find link by: "You'll find the installation instructions here."

- Fix broken link to gulpfile.js in
  https://get.foundation/emails/docs/inky.html#faq
  Find link by: "check out our task on our Github Repo"

docs/pages/inky.md
migration.md

index 2af7bc3f227820bcd02cbba0bfc4fc52f6473c6b..69a4858ca86f4ec93c9a3ff720365a53230fb120 100644 (file)
@@ -49,7 +49,7 @@ Essentially, it is just custom HTML tags. Things like `<row>` and `<columns>` ar
 
 **How does it work?**
 
-We run a Gulp task that runs through your code, identifies our custom Inky tags, and translates them into valid HTML. For the more tech-savvy, you can [check out our task on our Github Repo](https://github.com/zurb/foundation-emails/blob/v2.0/gulpfile.js#L149).
+We run a Gulp task that runs through your code, identifies our custom Inky tags, and translates them into valid HTML. For the more tech-savvy, you can [check out our task on our Github Repo](https://github.com/zurb/foundation-emails/blob/master/gulpfile.js#L149).
 
 <a id="how-to-inky"></a>
 **How do I start Inky?**
index 248b602d05c6141bb41408fba842eaf9ac3e7513..68ba7e6fa4c1fd651139f2b1baa9c28ea8843b40 100644 (file)
@@ -458,4 +458,4 @@ The menu component can be used to create a simple set of links comonly used in h
 - Git
 - Node
 
-To use the Sass version with the Inky markup language you'll want to insall the Foundation for Emails project template. You'll find the [installation instructions here](https://github.com/zurb/foundation-emails/tree/v2.0#getting-started).
+To use the Sass version with the Inky markup language you'll want to insall the Foundation for Emails project template. You'll find the [installation instructions here](https://github.com/zurb/foundation-emails#getting-started).