From c1dc46767bf3e72c0c3d68d69721845c8b62d3e8 Mon Sep 17 00:00:00 2001 From: soloseng <102702451+soloseng@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:51:43 -0500 Subject: [PATCH] updated readme links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b67e7b346..6a46d616d 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,9 @@ The following steps use the Celo [ContractKit](https://docs.celo.org/developer/c | Type | | :-------------------------------------------------------------------------------------------: | -| [ContractKit](examples/contractKit.ts) | -| [EthersJS (v5)](examples/ethers.ts) | -| [web3.js](examples/web3.ts) | +| [ContractKit](docs/examples/contractKit.ts) | +| [EthersJS (v5)](docs/examples/ethers.ts) | +| [web3.js](docs/examples/web3.ts) | | [NextJS based web app (Phone Number)](https://github.com/celo-org/emisianto) | | [NextJS based templated](https://github.com/celo-org/socialconnect-template) | | [React Native App (Phone Number)](https://github.com/celo-org/SocialConnect-ReactNative-Demo) |