From 4a2ef12b96fcd0a49965e52e979b613dfc73151c Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 5 Jul 2015 21:15:30 -0400 Subject: [PATCH] Fix. --- js/fx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fx.js b/js/fx.js index 11ac2e7..bb50972 100644 --- a/js/fx.js +++ b/js/fx.js @@ -28,7 +28,7 @@ $(document).on('click','#main_menu_skillset', function() { $(document).on('click','#main_menu_blog', function() { $('#pagewrap').fadeOut(1000); - window.location.replace('blogging'); + window.location.replace('http://mcataford.github.io/blogging'); })