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';
interface Props {
......@@ -21,8 +21,12 @@ export const Footer: FC<Props> = React.memo(
</a>
</li>
<li>
<a href="https://grafana.com/services/support" target="_blank" rel="noopener">
<i className="fa fa-support" /> Support Plans
<a
href="https://grafana.com/products/enterprise/?utm_source=grafana_footer"
target="_blank"
rel="noopener"
>
<i className="fa fa-support" /> Support & Enterprise
</a>
</li>
<li>
......
......@@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = `
</li>
<li>
<a
href="https://grafana.com/services/support"
href="https://grafana.com/products/enterprise/?utm_source=grafana_footer"
rel="noopener"
target="_blank"
>
<i
className="fa fa-support"
/>
Support Plans
Support & Enterprise
</a>
</li>
<li>
......
......@@ -224,7 +224,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta {
author: { name: 'Grafana Labs' },
links: [
{
url: 'https://grafana.com/cloud',
url: 'https://grafana.com/products/cloud/',
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