From 1b1bbeb00f52e64a0d1259516687e448521be9c0 Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Tue, 7 Jan 2020 14:40:52 -0800 Subject: [PATCH] fix: correct link to Redux Troubleshooting page --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index ab8f7f2a6..454605f71 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -7,7 +7,7 @@ hide_title: true ## Troubleshooting -Make sure to check out [Troubleshooting Redux](http://redux.js.org/docs/Troubleshooting.html) first. +Make sure to check out [Troubleshooting Redux](https://redux.js.org/troubleshooting) first. ### I'm getting the following alert: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.