Fix changelog link
This commit is contained in:
parent
8254c42268
commit
53a339e2c8
1 changed files with 1 additions and 1 deletions
2
menu.js
2
menu.js
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue