Skip to content

Commit ac45a6b

Browse files
committed
fix: use Chatterino7 URL
1 parent ebce80e commit ac45a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/singletons/Updates.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ void Updates::installUpdates()
156156
if (Version::instance().isNightly())
157157
{
158158
// Since Nightly builds can be installed in many different ways, we ask the user to download the update manually.
159-
QDesktopServices::openUrl(QUrl("https://chatterino.com/#downloads"));
159+
QDesktopServices::openUrl(
160+
QUrl("https://github.com/SevenTV/chatterino7/releases"));
160161
return;
161162
}
162163

0 commit comments

Comments
 (0)