]> git.mdlowis.com Git - projs/mdlowis.com.git/commitdiff
Fix redirect url
authorMike D. Lowis <mike.lowis@gentex.com>
Mon, 10 Aug 2015 14:25:03 +0000 (10:25 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Mon, 10 Aug 2015 14:25:03 +0000 (10:25 -0400)
index.html

index fa7a7e90a26353f5606cdc421e08ffd78e5b206c..c1c7be854708e285385a469a6feaac8aa2d61282 100644 (file)
@@ -6,7 +6,7 @@
     </head>
     <body>
         <script>
-            window.location = "/site/home.html";
+            window.location = "https://mikedlowis.github.io/site/home.html";
         </script>
     </body>
 </html>