From fa2609fc3e0dfa29a235cc987ecfde43e38c21a1 Mon Sep 17 00:00:00 2001 From: Akash Date: Fri, 19 Nov 2021 21:04:29 +0530 Subject: [PATCH] Fixed the Link for the discuss section of the Backspace String Compare question --- src/data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/index.js b/src/data/index.js index e7de6516..f43ab885 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -1935,7 +1935,7 @@ const questions = [ { id: 152, name: 'Backspace String Compare', - url: 'https://leetcode.com/problems/backspace-string-compare', + url: 'https://leetcode.com/problems/backspace-string-compare/', pattern: ['Two Pointers'], difficulty: 'Easy', premium: false,