From: Sergey Lukin Date: Sat, 27 Jun 2020 12:57:56 +0000 (+0300) Subject: Fix broken links pointing to v2.0 branch tree X-Git-Tag: v2.3.0^2~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c90a4036f613ae17b010fe1902d02b889cc46a;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix broken links pointing to v2.0 branch tree - 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" --- diff --git a/docs/pages/inky.md b/docs/pages/inky.md index 2af7bc3f..69a4858c 100644 --- a/docs/pages/inky.md +++ b/docs/pages/inky.md @@ -49,7 +49,7 @@ Essentially, it is just custom HTML tags. Things like `` and `` 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). **How do I start Inky?** diff --git a/migration.md b/migration.md index 248b602d..68ba7e6f 100644 --- a/migration.md +++ b/migration.md @@ -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).