From b22056c9812b49dadb74d81a2303d90663ea5aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 21 Sep 2022 18:53:29 +0200 Subject: [PATCH] Update sign CLA URL (#24175) --- source/developers/cla_sign.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/cla_sign.html b/source/developers/cla_sign.html index 8921dbd91bc..3099af1dd17 100644 --- a/source/developers/cla_sign.html +++ b/source/developers/cla_sign.html @@ -471,7 +471,7 @@ description: "The Home Assistant contributor license agreement (CLA) signature p } $.ajax({ type: "POST", - url: "https://cla.home-assistant.io/sign", + url: "https://service-hub-bots.home-assistant.io/cla-sign", data: JSON.stringify(payload), contentType: "application/json", }).done(function(data){