Updated Pig Latin Link
Updated link so it would open in a new tab instead of the current tab
This commit is contained in:
@ -187,7 +187,7 @@
|
|||||||
"difficulty": "2.04",
|
"difficulty": "2.04",
|
||||||
"description": [
|
"description": [
|
||||||
"Translate the provided string to pig latin.",
|
"Translate the provided string to pig latin.",
|
||||||
"<a href=\"http://en.wikipedia.org/wiki/Pig_Latin\">Pig Latin</a> takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".",
|
"<a href=\"http://en.wikipedia.org/wiki/Pig_Latin\" target = "_blank">Pig Latin</a> takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".",
|
||||||
"If a word begins with a vowel you just add \"way\" to the end.",
|
"If a word begins with a vowel you just add \"way\" to the end.",
|
||||||
"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."
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user