We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c900de commit 2ec2b1aCopy full SHA for 2ec2b1a
examples/real-world/middleware/api.js
@@ -48,7 +48,7 @@ function callApi(endpoint, schema) {
48
// consumption by reducers, because we can easily build a normalized tree
49
// and keep it updated as we fetch more data.
50
51
-// Read more about Normalizr: https://github.com/gaearon/normalizr
+// Read more about Normalizr: https://github.com/paularmstrong/normalizr
52
53
// GitHub's API may return results with uppercase letters while the query
54
// doesn't contain any. For example, "someuser" could result in "SomeUser"
0 commit comments