From 843f531426e8ba6a70c198b9769e7e67425c7637 Mon Sep 17 00:00:00 2001 From: Yuliia Naumenko Date: Tue, 9 Jun 2020 13:46:26 -0700 Subject: [PATCH] Fixed pre-configured docs link points to the wrong page and functional tests configs (#68606) (#68680) * Fixed pre-configured docs link points to the wrong page and functional tests configs * Fixed doc link --- .../alerting/action-types/pre-configured-connectors.asciidoc | 2 +- .../sections/action_connector_form/connector_edit_flyout.tsx | 2 +- x-pack/test/alerting_api_integration/common/config.ts | 2 +- x-pack/test/functional_with_es_ssl/config.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/alerting/action-types/pre-configured-connectors.asciidoc b/docs/user/alerting/action-types/pre-configured-connectors.asciidoc index b3e401256f27b..e41bd0939495d 100644 --- a/docs/user/alerting/action-types/pre-configured-connectors.asciidoc +++ b/docs/user/alerting/action-types/pre-configured-connectors.asciidoc @@ -28,7 +28,7 @@ two out-of-the box connectors: <> and < actionTypeId: .slack <2> name: 'Slack #xyz' <3> - config: <4> + secrets: <4> webhookUrl: 'https://hooks.slack.com/services/abcd/efgh/ijklmnopqrstuvwxyz' webhook-service: actionTypeId: .webhook diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx index c6844cd899467..d194a3dbed8a0 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx @@ -197,7 +197,7 @@ export const ConnectorEditFlyout = ({ )}