Skip to content

Commit

Permalink
typo: # added in url
Browse files Browse the repository at this point in the history
  • Loading branch information
karm-patel authored Jul 14, 2022
1 parent 64bcecb commit dbcf8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
var notebook = url.split("#")[1];

// redirect to notebooks.md
location.replace("https://github.com/probml/pyprobml/blob/auto_notebooks_md/notebooks.md".concat(notebook));
location.replace("https://github.com/probml/pyprobml/blob/auto_notebooks_md/notebooks.md#".concat(notebook));
}
window.onload = function () { redirect(); };

</script>
</body>

</html>
</html>

0 comments on commit dbcf8b3

Please sign in to comment.