From dd3535672b8e7c2441ca27efc4723fb45cfb3d92 Mon Sep 17 00:00:00 2001 From: John Rees Date: Wed, 7 Mar 2018 11:57:08 +0000 Subject: [PATCH] Update Redux docs link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f00f7..58ec034 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Wraps [react-redux] up for [Preact], without using [preact-compat](https://githu ### Usage Example -> This is a contrived example. Please refer to Redux's [Usage with React](http://redux.js.org/docs/basics/UsageWithReact.html) documentation for details on how to work with Redux from Preact. +> This is a contrived example. Please refer to Redux's [Usage with React](https://redux.js.org/basics/usage-with-react) documentation for details on how to work with Redux from Preact. ```js import { Provider, connect } from 'preact-redux';