Skip to content

Commit

Permalink
Update linkmap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lsarra authored Jan 12, 2021
1 parent f3c4c6e commit e5f04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/linkmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ function loadSettings() {

if (codeBox.value == "") {
// Load default document
fetch("examples/deeplearning_formatted_2.md").then(res => res.text().then(res => {
fetch("https://lsarra.github.io/linkmap/examples/deeplearning_formatted_2.md").then(res => res.text().then(res => {
codeBox.value = res;
// Trigger the rendering of the textarea to draw the map
parseText();
Expand Down

0 comments on commit e5f04e7

Please sign in to comment.