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