From: Daniel Ruf Date: Tue, 25 Feb 2020 12:18:56 +0000 (+0100) Subject: Use https X-Git-Tag: v2.3.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415bfbbd32b305be48164627702275b1d3fa79b9;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Use https --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 20680a56..5f3f6a4e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ - + **How can we reproduce this bug?** diff --git a/README.md b/README.md index 722646ca..2e327102 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Foundation for Emails](http://get.foundation/emails) +# [Foundation for Emails](https://get.foundation/emails) [![npm version badge](https://img.shields.io/npm/v/foundation-emails.svg)](https://www.npmjs.org/package/foundation-emails) [![downloads badge](http://img.shields.io/npm/dm/foundation-emails.svg)](https://www.npmjs.org/package/foundation-emails) diff --git a/bower.json b/bower.json index ca37da4d..506b56f1 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "foundation-emails", "version": "2.2.1", - "homepage": "http://get.foundation/emails", + "homepage": "https://get.foundation/emails", "authors": [ "ZURB " ], diff --git a/gem/foundation-emails.gemspec b/gem/foundation-emails.gemspec index e4f64252..fb5d7f0a 100644 --- a/gem/foundation-emails.gemspec +++ b/gem/foundation-emails.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = %q{A framework for responsive emails made by ZURB.} spec.description = %q{Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.} - spec.homepage = "http://get.foundation/emails" + spec.homepage = "https://get.foundation/emails" spec.license = "MIT" spec.files = Dir[ File.join("**", "*") ].reject { |p| File.directory?(p) || p.match(%{^(test|spec|features)/}) } diff --git a/migration.md b/migration.md index cdd6963f..248b602d 100644 --- a/migration.md +++ b/migration.md @@ -22,7 +22,7 @@ - **Streamlined and updated responsive grid:** We’ve simplified the markup in the new version so it’s faster and easier to code. The new responsive grid in Emails 2 requires fewer tags and classes. It’s also now responsive on Android Native! - **Inky templating language:** With Inky you can write less code and get more done. The Inky language gets you out of tables and into a simpler, more web-like, HTML. - **Built with Sass:** Now faster than ever, you can easily make sweeping visual changes to your email that reflect your brand styles - all within one settings file. -- **ZURB Stack:** All kinds of task automation - [Panini](http://get.foundation/sites/docs/panini.html), our Handlebars templates, compiling Sass, BrowserSync, image compression, and auto inlining are built in to speed up your workflow. +- **ZURB Stack:** All kinds of task automation - [Panini](https://get.foundation/sites/docs/panini.html), our Handlebars templates, compiling Sass, BrowserSync, image compression, and auto inlining are built in to speed up your workflow. ## Overview