From 9c23d44ad32ee145300ca7a8f9711ace760523cb Mon Sep 17 00:00:00 2001 From: 3Simplex <10260755+3Simplex@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:16:21 -0400 Subject: [PATCH] Update ChatView.qml Directed the Documentation link specifically to the ChatUI documentation. Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> Signed-off-by: 3Simplex <10260755+3Simplex@users.noreply.github.com> --- gpt4all-chat/qml/ChatView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt4all-chat/qml/ChatView.qml b/gpt4all-chat/qml/ChatView.qml index 77de2f38..00c00099 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -845,9 +845,9 @@ Rectangle { Layout.alignment: Qt.AlignHCenter textFormat: Text.StyledText text: qsTr( - "
Documentation + "Documentation ") - onLinkActivated: { Qt.openUrlExternally("https://docs.gpt4all.io/index.html") } + onLinkActivated: { Qt.openUrlExternally("https://docs.gpt4all.io/gpt4all_chat.html") } color: theme.textColor linkColor: theme.linkColor font.pixelSize: theme.fontSizeLarge