diff --git a/index.html b/index.html
index 0b7a068..f73bbe4 100644
--- a/index.html
+++ b/index.html
@@ -651,8 +651,7 @@
${d.title} |
${download.versions.map(v => {
if(d.type === "changlog"){
- const url = "https://download.mikrotik.com/routeros/v.version/CHANGELOG"
- return ` | `;
+ return ` | `;
}else{
const files = fileNames(v.version,g.arch,d.type);
if (files && files.length > 0) {