Updated missing link for JS regex resources (#34306)

JS regex resources link above advanced solution wasn't referencing any webpage. Updated it to link to MDN's regular expressions guide.
pull/28996/head^2
AdityaVT 2019-01-16 04:48:17 +05:30 committed by Tom
parent 2262ab56b4
commit 6e9a09b013
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ You will create a program that takes a sentence, then search for a word in it an
#### Relevant Links
* <a>JS Regex Resources</a>
* <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions' target='_blank' rel='nofollow'>JS Regex Resources</a>
## ![:rotating_light:](https://forum.freecodecamp.com/images/emoji/emoji_one/rotating_light.png?v=3 ":rotating_light:") Advanced Code Solution: