Skip to content

Commit

Permalink
PMM-12310 Fix import & deprecated link
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Aug 2, 2023
1 parent c53a774 commit 575c677
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HOW_TO_DOC_URL } from 'app/percona/settings/Settings.messages';

const COMMUNICATION_LINK = `${HOW_TO_DOC_URL}#communication`;
// page is deprecated, so shortener is not needed
const COMMUNICATION_LINK =
'https://docs.percona.com/percona-monitoring-and-management/how-to/integrate-platform.html#disconnect-a-pmm-instance#communication';

export const Messages = {
fields: {
Expand Down

0 comments on commit 575c677

Please sign in to comment.