diff --git a/home_en.html b/home_en.html
index 40e84c0..15b19e6 100644
--- a/home_en.html
+++ b/home_en.html
@@ -389,7 +389,7 @@
var link = document.createElement('a');
link.id = 'toskills';
link.className = 'menu';
- link.href = `${window.location.origin}/tr`;
+ link.href = `${window.location.origin}/home_tr`;
link.textContent = 'TR';
// links-container içine ekle