diff --git a/public/content/developers/docs/apis/javascript/index.md b/public/content/developers/docs/apis/javascript/index.md index 5282850c56e..9ed9af4a19a 100644 --- a/public/content/developers/docs/apis/javascript/index.md +++ b/public/content/developers/docs/apis/javascript/index.md @@ -270,8 +270,8 @@ ethers.utils.formatEther(balance) **Drift -** **_TypeScript meta-library with built-in caching, hooks, and test mocks._** -- [Documentation](https://delvtech.github.io/drift/) -- [GitHub](https://github.com/delvtech/drift) +- [Documentation](https://ryangoree.github.io/drift/) +- [GitHub](https://github.com/ryangoree/drift/) ## Further reading {#further-reading} diff --git a/public/content/developers/docs/programming-languages/javascript/index.md b/public/content/developers/docs/programming-languages/javascript/index.md index fd2487e02af..eca2c8e2c88 100644 --- a/public/content/developers/docs/programming-languages/javascript/index.md +++ b/public/content/developers/docs/programming-languages/javascript/index.md @@ -21,7 +21,7 @@ You can use these libraries to interact with smart contracts on Ethereum so it's - [Web3.js](https://web3js.readthedocs.io) - [Ethers.js](https://ethers.org) – _includes Ethereum wallet implementation and utilities in JavaScript and TypeScript._ - [viem](https://viem.sh) – _a TypeScript Interface for Ethereum that provides low-level stateless primitives for interacting with Ethereum._ -- [Drift](https://delvtech.github.io/drift) – _a TypeScript meta-library with built-in caching, hooks, and test mocks for effortless Ethereum development across web3 libraries._ +- [Drift](https://ryangoree.github.io/drift/) – _a TypeScript meta-library with built-in caching, hooks, and test mocks for effortless Ethereum development across web3 libraries._ ### Smart contracts {#smart-contracts}