fix reference to old wiki

This commit is contained in:
Quincy Larson
2016-08-19 21:27:35 -07:00
parent 8a524ff375
commit 684b12daa4

View File

@ -536,7 +536,7 @@
"Use the array methods <code>slice</code> and <code>splice</code> to copy each element of the first array into the second array, in order.", "Use the array methods <code>slice</code> and <code>splice</code> to copy each element of the first array into the second array, in order.",
"Begin inserting elements at index <code>n</code> of the second array.", "Begin inserting elements at index <code>n</code> of the second array.",
"Return the resulting array. The input arrays should remain the same after the function runs.", "Return the resulting array. The input arrays should remain the same after the function runs.",
"Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code." "Remember to use <a href=\"http://forum.freecodecamp.com/t/how-to-get-help-when-you-are-stuck/19514\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
], ],
"challengeSeed": [ "challengeSeed": [
"function frankenSplice(arr1, arr2, n) {", "function frankenSplice(arr1, arr2, n) {",