Skip to content

Commit

Permalink
Fix the internal link for archives.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuk committed Dec 12, 2011
1 parent 8ad8990 commit e55ed7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/archives.js
Expand Up @@ -4,7 +4,7 @@ function redirectToArchive(e) {
if (!e.target.value)
return;

window.location.href = '/archive/' + e.target.value;
window.location.href = '/blog/archive/' + e.target.value;
}

window.addEventListener('load', function() {
Expand Down

0 comments on commit e55ed7f

Please sign in to comment.