From dbf92d04e1c4926c33ce726f6be51ee9a4269d0d Mon Sep 17 00:00:00 2001 From: Martin Kwan Date: Mon, 10 Aug 2015 14:42:37 -0700 Subject: [PATCH] Updated DNA Pairing link Updated link so it would open in a new tab instead of the current tab --- challenges/intermediate-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json index a85f6367e6..2187161c2a 100644 --- a/challenges/intermediate-bonfires.json +++ b/challenges/intermediate-bonfires.json @@ -229,7 +229,7 @@ "difficulty": "2.05", "description": [ "The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.", - "Base pairs are a pair of AT and CG. Match the missing element to the provided character.", + "Base pairs 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.", "Remember to use RSAP if you get stuck. Try to pair program. Write your own code." ],