From 6e9a09b01359e15dc381ae7070f16608633f9180 Mon Sep 17 00:00:00 2001
From: AdityaVT <39754532+AdityaVT@users.noreply.github.com>
Date: Wed, 16 Jan 2019 04:48:17 +0530
Subject: [PATCH] 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.
---
.../search-and-replace/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/search-and-replace/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/search-and-replace/index.md
index 7d5e5fb5ad..cf9ba63f6c 100644
--- a/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/search-and-replace/index.md
+++ b/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/search-and-replace/index.md
@@ -102,7 +102,7 @@ You will create a program that takes a sentence, then search for a word in it an
#### Relevant Links
-* JS Regex Resources
+* JS Regex Resources
##  Advanced Code Solution: