Skip to content

Commit 15de834

Browse files
authored
Update broken link in immutable invariant middleware (#612)
1 parent ae5c767 commit 15de834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/immutableStateInvariantMiddleware.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export function createImmutableStateInvariantMiddleware(
242242
result.path || []
243243
).join(
244244
'.'
245-
)}'. This may cause incorrect behavior. (http://redux.js.org/docs/Troubleshooting.html#never-mutate-reducer-arguments)`
245+
)}'. This may cause incorrect behavior. (https://redux.js.org/troubleshooting#never-mutate-reducer-arguments)`
246246
)
247247
})
248248

@@ -264,7 +264,7 @@ export function createImmutableStateInvariantMiddleware(
264264
'.'
265265
)}. Take a look at the reducer(s) handling the action ${stringify(
266266
action
267-
)}. (http://redux.js.org/docs/Troubleshooting.html#never-mutate-reducer-arguments)`
267+
)}. (https://redux.js.org/troubleshooting#never-mutate-reducer-arguments)`
268268
)
269269
})
270270

0 commit comments

Comments
 (0)