Fix changelog link

This commit is contained in:
marleyrae 2023-06-10 15:03:24 -07:00
parent 8254c42268
commit 53a339e2c8

View file

@ -22,7 +22,7 @@
menu.append(archiveRoot)
let changelog = document.createElement('a')
changelog.setAttribute('href', `/${siteRoot}/CHANGELOG.txt`)
changelog.setAttribute('href', `${siteRoot}/CHANGELOG.txt`)
changelog.setAttribute('target', '_blank')
changelog.innerText = 'Changelog'
menu.append(changelog)