Updated DNA Pairing link

Updated link so it would open in a new tab instead of the current tab
pull/1709/head
Martin Kwan 2015-08-10 14:42:37 -07:00
parent 8dabd39950
commit 81af7a69e6
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
"difficulty": "2.05", "difficulty": "2.05",
"description": [ "description": [
"The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.", "The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.",
"<a href=\"http://en.wikipedia.org/wiki/Base_pair\">Base pairs</a> are a pair of AT and CG. Match the missing element to the provided character.", "<a href=\"http://en.wikipedia.org/wiki/Base_pair\" target="_blank">Base pairs</a> are a pair of AT and CG. Match the missing element to the provided character.",
"Return the provided character as the first element in each array.", "Return the provided character as the first element in each array.",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code." "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code."
], ],