Commit 6959cf77 by Torkel Ödegaard Committed by GitHub

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

* Links: Updated links to grafana.com

* Updated snapshot
parent 3a8cd7b7
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( ...@@ -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>
......
...@@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = ` ...@@ -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>
......
...@@ -224,7 +224,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta { ...@@ -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',
}, },
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment