diff --git a/homeassistant/components/dialogflow/config_flow.py b/homeassistant/components/dialogflow/config_flow.py index fee99898ccc..7e62869c3fa 100644 --- a/homeassistant/components/dialogflow/config_flow.py +++ b/homeassistant/components/dialogflow/config_flow.py @@ -7,7 +7,7 @@ config_entry_flow.register_webhook_flow( DOMAIN, "Dialogflow Webhook", { - "dialogflow_url": "https://dialogflow.com/docs/fulfillment#webhook", + "dialogflow_url": "https://cloud.google.com/dialogflow/es/docs/fulfillment-webhook", "docs_url": "https://www.home-assistant.io/integrations/dialogflow/", }, )