Skip to content

Commit 7f92a0e

Browse files
authored
Fix broken Google link (Merge pull request #166 from SamMed05/patch-1)
fix broken link in learninal.js and resolve #160
2 parents 37d4be1 + 5842137 commit 7f92a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/learninal/learninal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
{ "speak": "Great! RECAP: You’ve learned how to make and manipulate a list. You can learn a hell of a lot more elsewhere:",
122122
"prompts": [
123123
{"prompt": "Eloquent JavaScript, Chapter 4", "link": "http://eloquentjavascript.net/04_data.html"},
124-
{"prompt": "Or just Google it", "link": "https://www.google.com/#q=javascript%20array%20tutorial"},
124+
{"prompt": "Or just Google it", "link": "https://www.google.com/search?q=javascript%20array%20tutorial"},
125125
// {"prompt": "I am a masochist and want to do more of this", "dialogue": function() {return tutorialDOM;}}
126126
]
127127
}

0 commit comments

Comments
 (0)