Skip to content

Commit 2ec2b1a

Browse files
sirrealgaearon
authored andcommitted
Update api.js normalizr URL (#1762)
The normalizr lib has moved to a different location. Update the URL in comments to point to the new repo.
1 parent 3c900de commit 2ec2b1a

File tree

1 file changed

+1
-1
lines changed
  • examples/real-world/middleware

1 file changed

+1
-1
lines changed

examples/real-world/middleware/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function callApi(endpoint, schema) {
4848
// consumption by reducers, because we can easily build a normalized tree
4949
// and keep it updated as we fetch more data.
5050

51-
// Read more about Normalizr: https://github.com/gaearon/normalizr
51+
// Read more about Normalizr: https://github.com/paularmstrong/normalizr
5252

5353
// GitHub's API may return results with uppercase letters while the query
5454
// doesn't contain any. For example, "someuser" could result in "SomeUser"

0 commit comments

Comments
 (0)