Skip to content

Commit 8422e47

Browse files
authored
Fix broken link to MurmurHash source (#2476)
1 parent 0fe54ce commit 8422e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hash/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import hash from '@emotion/hash'
88
hash('some-string') // 12fj1d
99
```
1010

11-
The source of this is from https://github.com/garycourt/murmurhash-js/blob/main/murmurhash2_gc.js.
11+
The source of this is from https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js.

0 commit comments

Comments
 (0)