]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Use https
authorDaniel Ruf <d.ruf@bitexpert.de>
Tue, 25 Feb 2020 12:18:56 +0000 (13:18 +0100)
committerDaniel Ruf <d.ruf@bitexpert.de>
Tue, 25 Feb 2020 12:18:56 +0000 (13:18 +0100)
.github/ISSUE_TEMPLATE.md
README.md
bower.json
gem/foundation-emails.gemspec
migration.md

index 20680a56208babdf8066d6f997f784a92fd85370..5f3f6a4e47e4e6cea85d3337cd149b24a38ec0a7 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Please only file bugs with Foundation on GitHub. If you've got a more general question about how to use Foundation, we can help you on the Foundation Forum: http://get.foundation/forum -->
+<!-- Please only file bugs with Foundation on GitHub. If you've got a more general question about how to use Foundation, we can help you on the Foundation Forum: https://get.foundation/forum -->
 
 **How can we reproduce this bug?**
 
index 722646ca7492a6cb19e3930051fc28cec50ec604..2e3271029b092e733ba708efd0d10a49976032c6 100644 (file)
--- 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)
index ca37da4d51c8e50c622a444fb2a996c3e2fc36d5..506b56f16625a82523df4cdaebe9c5e754619f2d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "foundation-emails",
   "version": "2.2.1",
-  "homepage": "http://get.foundation/emails",
+  "homepage": "https://get.foundation/emails",
   "authors": [
     "ZURB <foundation@zurb.com>"
   ],
index e4f6425229c45fc18019b39cad239b987f8d1057..fb5d7f0a377ceeab718c26fc3368dc3fd8dce18c 100644 (file)
@@ -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)/}) }
index cdd6963fdbca10b882e79e64faca187d061dbb9a..248b602d05c6141bb41408fba842eaf9ac3e7513 100644 (file)
@@ -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