From 8b6d8f9086aeccdf41c0a9ad788541223c792542 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Oct 2019 13:23:41 +0200 Subject: [PATCH] Update documentation link URL for integrations (#3857) --- demo/src/stubs/translations.ts | 4 ++-- gallery/src/data/demo_states.js | 2 +- .../cloud/dialog-manage-cloudhook/dialog-manage-cloudhook.ts | 2 +- src/panels/profile/ha-pick-theme-row.js | 2 +- src/panels/profile/ha-push-notifications-row.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo/src/stubs/translations.ts b/demo/src/stubs/translations.ts index 8dab63ef45..615159343d 100644 --- a/demo/src/stubs/translations.ts +++ b/demo/src/stubs/translations.ts @@ -97,7 +97,7 @@ export const mockTranslations = (hass: MockHomeAssistant) => { "component.nest.config.abort.authorize_url_timeout": "Timeout generating authorize url.", "component.nest.config.abort.no_flows": - "You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/nest/).", + "You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/nest/).", "component.nest.config.error.internal_error": "Internal error validating code", "component.nest.config.error.invalid_code": "Invalid code", @@ -199,7 +199,7 @@ export const mockTranslations = (hass: MockHomeAssistant) => { "component.point.config.abort.external_setup": "Point successfully configured from another flow.", "component.point.config.abort.no_flows": - "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/point/).", + "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/point/).", "component.point.config.create_entry.default": "Successfully authenticated with Minut for your Point device(s)", "component.point.config.error.follow_link": diff --git a/gallery/src/data/demo_states.js b/gallery/src/data/demo_states.js index dafbcfb866..a00841ffc4 100644 --- a/gallery/src/data/demo_states.js +++ b/gallery/src/data/demo_states.js @@ -36,7 +36,7 @@ export default { attributes: { title: "Welcome Home!", message: - "Here are some resources to get started:\n\n - [Configuring Home Assistant](https://home-assistant.io/getting-started/configuration/)\n - [Available components](https://home-assistant.io/components/)\n - [Troubleshooting your configuration](https://home-assistant.io/docs/configuration/troubleshooting/)\n - [Getting help](https://home-assistant.io/help/)\n\nTo not see this card popup in the future, edit your config in\n`configuration.yaml` and disable the `introduction` component.", + "Here are some resources to get started:\n\n - [Configuring Home Assistant](https://home-assistant.io/getting-started/configuration/)\n - [Available integrations](https://home-assistant.io/integrations/)\n - [Troubleshooting your configuration](https://home-assistant.io/docs/configuration/troubleshooting/)\n - [Getting help](https://home-assistant.io/help/)\n\nTo not see this card popup in the future, edit your config in\n`configuration.yaml` and disable the `introduction` integration.", }, last_changed: "2018-07-19T10:44:45.922241+00:00", last_updated: "2018-07-19T10:44:45.922241+00:00", diff --git a/src/panels/config/cloud/dialog-manage-cloudhook/dialog-manage-cloudhook.ts b/src/panels/config/cloud/dialog-manage-cloudhook/dialog-manage-cloudhook.ts index e338e5927a..3aa3c0d521 100644 --- a/src/panels/config/cloud/dialog-manage-cloudhook/dialog-manage-cloudhook.ts +++ b/src/panels/config/cloud/dialog-manage-cloudhook/dialog-manage-cloudhook.ts @@ -47,7 +47,7 @@ export class DialogManageCloudhook extends LitElement { const docsUrl = webhook.domain === "automation" ? "https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger" - : `https://www.home-assistant.io/components/${webhook.domain}/`; + : `https://www.home-assistant.io/integrations/${webhook.domain}/`; return html`

Webhook for ${webhook.name}

diff --git a/src/panels/profile/ha-pick-theme-row.js b/src/panels/profile/ha-pick-theme-row.js index 0d3ace937a..9ca304f762 100644 --- a/src/panels/profile/ha-pick-theme-row.js +++ b/src/panels/profile/ha-pick-theme-row.js @@ -29,7 +29,7 @@ class HaPickThemeRow extends LocalizeMixin(EventsMixin(PolymerElement)) { [[localize('ui.panel.profile.themes.error_no_theme')]] [[localize('ui.panel.profile.themes.link_promo')]] diff --git a/src/panels/profile/ha-push-notifications-row.js b/src/panels/profile/ha-push-notifications-row.js index d67d219d2b..96cec0446f 100644 --- a/src/panels/profile/ha-push-notifications-row.js +++ b/src/panels/profile/ha-push-notifications-row.js @@ -28,7 +28,7 @@ class HaPushNotificationsRow extends LocalizeMixin(PolymerElement) { [[_description(_platformLoaded, _pushSupported)]] [[localize('ui.panel.profile.push_notifications.link_promo')]]