diff --git a/index.html b/index.html
index d3565af..a7fbb8d 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@ title: arcanis' homepage
if (window.location.replace) window.location.replace(dest)
else window.location=dest
}
- if (document.referrer != "http://arcan1s.github.io/ru/") {
+ if (document.referrer != "http://arcanis.name/ru/") {
var languageinfo=navigator.language? navigator.language : navigator.userLanguage
if (languageinfo.substr(0,2) == "ru") redirectpage("/ru/")
}