Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-10-14 20:01:47 +02:00
parent 506bca37b6
commit c992b00720

View File

@@ -526,7 +526,7 @@ function updateVersionInfo() {
// hash differ > Update available
updateComponentAvailable = true;
// link to the commit history instead of release page
v.url = v.url.replace("releases", "commits" + v.branch);
v.url = v.url.replace("releases", "commits/" + v.branch);
}
}
}