diff --git a/static/js/tree.js b/static/js/tree.js index 1d1465f..4920761 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -126,7 +126,7 @@ function expandDetailsRecursively(element) { function navigateToPage(page) { console.log(page); - window.location.pathname = `${TREEHOUSE_SITE}/${page}.html` + window.location.pathname = `${page}.html` } async function navigateToBranch(fragment) {