Skip to content

Commit b99340b

Browse files
authored
fix: update web3 github url (#70)
resolves #69
1 parent 0719767 commit b99340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export const docsUrl = "https://docs.web3js.org/"
33
export const npmUrl = "https://www.npmjs.com/package/web3"
44
export const blogUrl = "https://blog.chainsafe.io/tagged/web3js"
55
export const blogPostv4 = "https://blog.chainsafe.io/announcing-the-full-release-of-web3-js-v4-e9e26275a3dc";
6-
export const githubUrl = "https://github.com/chainsafe/web3js";
6+
export const githubUrl = "https://github.com/web3/web3.js";

0 commit comments

Comments
 (0)