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 <papagian@users.noreply.github.com>

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
This commit is contained in:
Jérome Perrin 2020-07-16 19:06:39 +09:00 committed by GitHub
parent 92767f00e0
commit 317c7b269c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -107,7 +107,7 @@ td[class="stack-column-center"] {
<table class="twelve columns">
<tr>
<td class="twelve sub-columns center">
<img class="logo" src="http://grafana.org/assets/img/logo_new_transparent_200x48.png" style="width: 200px; float: none; display: inline">
<img class="logo" src="https://grafana.com/assets/img/logo_new_transparent_200x48.png" style="width: 200px; float: none; display: inline">
</td>
<td class="expander"></td>
</tr>

View File

@ -29,7 +29,7 @@
<tr>
<td class="center">
<p>
If you are new to Grafana please read the <a href="http://docs.grafana.org/guides/gettingstarted/">Getting Started</a> guide.
If you are new to Grafana please read the <a href="https://docs.grafana.com/guides/gettingstarted/">Getting Started</a> guide.
</p>
</td>
<td class="expander"></td>
@ -46,4 +46,3 @@
</tr>
</table>