diff --git a/js/fx.js b/js/fx.js index b6d4d91..11ac2e7 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('mcataford.github.io/blogging'); + window.location.replace('blogging'); })