From dc82f883f850012254689036f3d11af0139942c7 Mon Sep 17 00:00:00 2001
From: Andriy Mulyar
Date: Fri, 4 Oct 2024 08:57:27 -0400
Subject: [PATCH] Update README.md with form anchor (#3032)
Signed-off-by: Andriy Mulyar
---
README.md | 2 +-
gpt4all-chat/qml/HomeView.qml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 733c62c5..5bb71f34 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
Read about what's new in our blog.
- Subscribe to the newsletter
+ Subscribe to the newsletter
https://github.com/nomic-ai/gpt4all/assets/70534565/513a0f15-4964-4109-89e4-4f9a9011f311
diff --git a/gpt4all-chat/qml/HomeView.qml b/gpt4all-chat/qml/HomeView.qml
index d878fa4d..69ef16e2 100644
--- a/gpt4all-chat/qml/HomeView.qml
+++ b/gpt4all-chat/qml/HomeView.qml
@@ -281,7 +281,7 @@ Rectangle {
Layout.alignment: Qt.AlignCenter
text: qsTr("Subscribe to Newsletter")
imageSource: "qrc:/gpt4all/icons/email.svg"
- onClicked: { Qt.openUrlExternally("https://nomic.ai/gpt4all") }
+ onClicked: { Qt.openUrlExternally("https://nomic.ai/gpt4all/#newsletter-form") }
}
}
}