diff --git a/include/ui.js b/include/ui.js
index 40972cc0a8a2067239cc2c814c6d5a1befc16804..ad004e93926698d4dfc6d44c2b6526e5a7c86690 100644
--- a/include/ui.js
+++ b/include/ui.js
@@ -148,7 +148,7 @@ start: function(callback) {
     } );
 
     // Show description by default when hosted at for kanaka.github.com
-    if (location.host === "kanaka.github.com") {
+    if (location.host === "kanaka.github.io") {
         // Open the description dialog
         $D('noVNC_description').style.display = "block";
     } else {