diff --git a/src/components/urls.ts b/src/components/urls.ts index 6e48e9e..cda3593 100644 --- a/src/components/urls.ts +++ b/src/components/urls.ts @@ -3,4 +3,4 @@ export const docsUrl = "https://docs.web3js.org/" export const npmUrl = "https://www.npmjs.com/package/web3" export const blogUrl = "https://blog.chainsafe.io/tagged/web3js" export const blogPostv4 = "https://blog.chainsafe.io/announcing-the-full-release-of-web3-js-v4-e9e26275a3dc"; -export const githubUrl = "https://github.com/chainsafe/web3js"; \ No newline at end of file +export const githubUrl = "https://github.com/web3/web3.js";