From 317c7b269cbadcefcab727fe7843d2f6404b6f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Thu, 16 Jul 2020 19:06:39 +0900 Subject: [PATCH] Emails: use https for links and images (#25957) * emails: use an https image for the logo Some mail clients do not like http images. * emails: use an https:// link for "getting started" * email: doc.grafana.com for Getting Started link review suggestions from https://github.com/grafana/grafana/pull/25957 Co-authored-by: Sofia Papagiannaki Co-authored-by: Arve Knudsen Co-authored-by: Sofia Papagiannaki --- emails/templates/layouts/default.html | 2 +- emails/templates/welcome_on_signup.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/emails/templates/layouts/default.html b/emails/templates/layouts/default.html index 70a56f7eec7..80d24d53082 100644 --- a/emails/templates/layouts/default.html +++ b/emails/templates/layouts/default.html @@ -107,7 +107,7 @@ td[class="stack-column-center"] { diff --git a/emails/templates/welcome_on_signup.html b/emails/templates/welcome_on_signup.html index 0e0e4dbe3bc..15b2cbeef05 100644 --- a/emails/templates/welcome_on_signup.html +++ b/emails/templates/welcome_on_signup.html @@ -29,7 +29,7 @@ @@ -46,4 +46,3 @@
- +

- If you are new to Grafana please read the Getting Started guide. + If you are new to Grafana please read the Getting Started guide.

-