From 47e23e274fdcad2f75ef3e863a0365763d418c20 Mon Sep 17 00:00:00 2001 From: Joacim Boive Date: Sat, 13 Jan 2018 15:52:03 +0100 Subject: [PATCH] Typo(?) in URL for related Learn and Debug webpack with Chrome DevTools! It doesn't work, unless you remove the trailing "b" from the URL. --- src/content/contribute/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/contribute/debugging.md b/src/content/contribute/debugging.md index b45cbddddaa9..f7ab44eaff23 100644 --- a/src/content/contribute/debugging.md +++ b/src/content/contribute/debugging.md @@ -6,7 +6,7 @@ contributors: - tbroadley related: - title: Learn and Debug webpack with Chrome DevTools! - url: https://medium.com/webpack/webpack-bits-learn-and-debug-webpack-with-chrome-dev-tools-da1c5b19554b + url: https://medium.com/webpack/webpack-bits-learn-and-debug-webpack-with-chrome-dev-tools-da1c5b19554 - title: Debugging Guide | Node url: https://nodejs.org/en/docs/guides/debugging-getting-started/ - title: Debugging Node.js with Chrome DevTools