diff --git a/scripts/pi-hole/js/footer.js b/scripts/pi-hole/js/footer.js index c6c77a289..77d121421 100644 --- a/scripts/pi-hole/js/footer.js +++ b/scripts/pi-hole/js/footer.js @@ -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); } } }