From 8fa29f2497207337599196fbe90a3fc63b229dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 12 Nov 2019 19:26:44 +0100 Subject: [PATCH] Links: Updated links to grafana.com (#20320) * Links: Updated links to grafana.com * Updated snapshot (cherry picked from commit 6959cf77cac0d05696516650a92e1658a0c1b297) --- public/app/core/components/Footer/Footer.tsx | 10 +++++++--- .../admin/__snapshots__/ServerStats.test.tsx.snap | 4 ++-- public/app/features/datasources/NewDataSourcePage.tsx | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/public/app/core/components/Footer/Footer.tsx b/public/app/core/components/Footer/Footer.tsx index e5421c6072f..07d31f0fe58 100644 --- a/public/app/core/components/Footer/Footer.tsx +++ b/public/app/core/components/Footer/Footer.tsx @@ -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 = React.memo(
  • - - Support Plans + + Support & Enterprise
  • diff --git a/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap b/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap index aaf60326fdd..b0ee7f5686f 100644 --- a/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap +++ b/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap @@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = `
  • - Support Plans + Support & Enterprise
  • diff --git a/public/app/features/datasources/NewDataSourcePage.tsx b/public/app/features/datasources/NewDataSourcePage.tsx index 51b3dcae5c9..ac8c0773d7f 100644 --- a/public/app/features/datasources/NewDataSourcePage.tsx +++ b/public/app/features/datasources/NewDataSourcePage.tsx @@ -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', }, ],