Skip to content

Commit

Permalink
chore: replace git.io form debug message (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Apr 28, 2022
1 parent 67ff49b commit 24a37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/app/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function stringify(obj: unknown, serialize?: Serialize | undefined) {
// 16 MB
/* eslint-disable no-console */
console.warn(
'Application state or actions payloads are too large making Redux DevTools serialization slow and consuming a lot of memory. See https://git.io/fpcP5 on how to configure it.'
'Application state or actions payloads are too large making Redux DevTools serialization slow and consuming a lot of memory. See https://github.com/reduxjs/redux-devtools-extension/blob/master/docs/Troubleshooting.md#excessive-use-of-memory-and-cpu on how to configure it.'
);
/* eslint-enable no-console */
stringifyWarned = true;
Expand Down

0 comments on commit 24a37cb

Please sign in to comment.