Skip to content

Commit

Permalink
Update ChatView.qml
Browse files Browse the repository at this point in the history
Directed the Documentation link specifically to the ChatUI documentation.


Co-authored-by: ThiloteE <[email protected]>

Signed-off-by: 3Simplex <[email protected]>
  • Loading branch information
3Simplex authored and manyoso committed Apr 1, 2024
1 parent 4f6c43a commit 9c23d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpt4all-chat/qml/ChatView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@ Rectangle {
Layout.alignment: Qt.AlignHCenter
textFormat: Text.StyledText
text: qsTr(
"<p></p><a href=\"https://docs.gpt4all.io/index.html\">Documentation
"<p></p><a href=\"https://docs.gpt4all.io/gpt4all_chat.html\">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
Expand Down

0 comments on commit 9c23d44

Please sign in to comment.