Links: Updated links to grafana.com (#20320)

* Links: Updated links to grafana.com

* Updated snapshot
This commit is contained in:
Torkel Ödegaard 2019-11-12 19:26:44 +01:00 committed by GitHub
parent 3a8cd7b76c
commit 6959cf77ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import React, { FC } from 'react'; import React, { FC } from 'react';
import { Tooltip } from '@grafana/ui'; import { Tooltip } from '@grafana/ui';
interface Props { interface Props {
@ -21,8 +21,12 @@ export const Footer: FC<Props> = React.memo(
</a> </a>
</li> </li>
<li> <li>
<a href="https://grafana.com/services/support" target="_blank" rel="noopener"> <a
<i className="fa fa-support" /> Support Plans href="https://grafana.com/products/enterprise/?utm_source=grafana_footer"
target="_blank"
rel="noopener"
>
<i className="fa fa-support" /> Support & Enterprise
</a> </a>
</li> </li>
<li> <li>

View File

@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = `
</li> </li>
<li> <li>
<a <a
href="https://grafana.com/services/support" href="https://grafana.com/products/enterprise/?utm_source=grafana_footer"
rel="noopener" rel="noopener"
target="_blank" target="_blank"
> >
<i <i
className="fa fa-support" className="fa fa-support"
/> />
Support Plans Support & Enterprise
</a> </a>
</li> </li>
<li> <li>

View File

@ -224,7 +224,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta {
author: { name: 'Grafana Labs' }, author: { name: 'Grafana Labs' },
links: [ links: [
{ {
url: 'https://grafana.com/cloud', url: 'https://grafana.com/products/cloud/',
name: 'Learn more', name: 'Learn more',
}, },
], ],