Skip to content

Commit 5648062

Browse files
committed
Replace all links to alcuadrado's repository with Ethereum's org ones
1 parent da26806 commit 5648062

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

packages/ethereum-cryptography-native/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ problematic in some environments.
4242

4343
[1]: https://img.shields.io/npm/v/ethereum-cryptography-native.svg
4444
[2]: https://www.npmjs.com/package/ethereum-cryptography-native
45-
[3]: https://img.shields.io/travis/alcuadrado/ethereum-cryptography/master.svg?label=Travis%20CI
46-
[4]: https://travis-ci.org/alcuadrado/ethereum-cryptography
45+
[3]: https://img.shields.io/travis/ethereum/js-ethereum-cryptography/master.svg?label=Travis%20CI
46+
[4]: https://travis-ci.org/ethereum/js-ethereum-cryptography
4747
[5]: https://img.shields.io/npm/l/ethereum-cryptography-native
48-
[6]: https://github.com/alcuadrado/ethereum-cryptography/blob/master/packages/ethereum-cryptography-native/LICENSE
48+
[6]: https://github.com/ethereum/js-ethereum-cryptography/blob/master/packages/ethereum-cryptography-native/LICENSE

packages/ethereum-cryptography-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"repository": "github:alcuadrado/ethereum-cryptography",
11+
"repository": "github:ethereum/js-ethereum-cryptography",
1212
"license": "MIT",
1313
"keywords": [
1414
"ethereum",

packages/ethereum-cryptography/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ them.
5454
The reason for this is that importing everything from a single file will lead to
5555
huge bundles when using this package for the web. This could be avoided through
5656
tree-shaking, but the possibility of it not working properly on one of
57-
[the supported bundlers](https://github.com/alcuadrado/ethereum-cryptography#browser-usage)
58-
is too high.
57+
[the supported bundlers](#browser-usage) is too high.
5958

6059
## Pseudorandom number generation submodule
6160

@@ -454,9 +453,9 @@ you found another primitive that is missing.
454453
455454
[1]: https://img.shields.io/npm/v/ethereum-cryptography.svg
456455
[2]: https://www.npmjs.com/package/ethereum-cryptography
457-
[3]: https://img.shields.io/travis/alcuadrado/ethereum-cryptography/master.svg?label=Travis%20CI
458-
[4]: https://travis-ci.org/alcuadrado/ethereum-cryptography
456+
[3]: https://img.shields.io/travis/ethereum/js-ethereum-cryptography/master.svg?label=Travis%20CI
457+
[4]: https://travis-ci.org/ethereum/js-ethereum-cryptography
459458
[5]: https://img.shields.io/npm/l/ethereum-cryptography
460-
[6]: https://github.com/alcuadrado/ethereum-cryptography/blob/master/packages/ethereum-cryptography/LICENSE
459+
[6]: https://github.com/ethereum/js-ethereum-cryptography/blob/master/packages/ethereum-cryptography/LICENSE
461460
[7]: https://img.shields.io/npm/types/ethereum-cryptography.svg
462461
[8]: https://www.npmjs.com/package/ethereum-cryptography

packages/ethereum-cryptography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"repository": "github:alcuadrado/ethereum-cryptography",
11+
"repository": "github:ethereum/js-ethereum-cryptography",
1212
"license": "MIT",
1313
"keywords": [
1414
"ethereum",

0 commit comments

Comments
 (0)