From c6ed69e050a4e5388f3559a5ed1765e762796794 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 17 Dec 2024 15:36:11 -0800 Subject: [PATCH] fix presubmit --- browser/ui/webui/ai_chat/ai_chat_untrusted_conversation_ui.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/ui/webui/ai_chat/ai_chat_untrusted_conversation_ui.cc b/browser/ui/webui/ai_chat/ai_chat_untrusted_conversation_ui.cc index b5efed6eb8cd..fc96fa2a849f 100644 --- a/browser/ui/webui/ai_chat/ai_chat_untrusted_conversation_ui.cc +++ b/browser/ui/webui/ai_chat/ai_chat_untrusted_conversation_ui.cc @@ -37,7 +37,8 @@ namespace { constexpr char kURLLearnMoreBraveSearchLeo[] = - "https://support.brave.com/hc/en-us/articles/27586048343309-How-does-Leo-get-current-information"; + "https://support.brave.com/hc/en-us/articles/" + "27586048343309-How-does-Leo-get-current-information"; // Implments the interface to calls from the UI to the browser class UIHandler : public ai_chat::mojom::UntrustedUIHandler {