mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-03 01:24:53 +00:00
chat: fix documentation links (#2506)
Now that the documentation has been overhauled, we need to point to the new locations. Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -224,7 +224,7 @@ Rectangle {
|
||||
MyFancyLink {
|
||||
text: qsTr("Documentation")
|
||||
imageSource: "qrc:/gpt4all/icons/info.svg"
|
||||
onClicked: { Qt.openUrlExternally("https://docs.gpt4all.io/gpt4all_chat.html") }
|
||||
onClicked: { Qt.openUrlExternally("https://docs.gpt4all.io/") }
|
||||
}
|
||||
|
||||
MyFancyLink {
|
||||
|
Reference in New Issue
Block a user