mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Links: Updated links to grafana.com (#20320)
* Links: Updated links to grafana.com * Updated snapshot
This commit is contained in:
parent
3a8cd7b76c
commit
6959cf77ca
@ -1,4 +1,4 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user