From 6a36a56d4a234b0dbcb1e96da47d06595de8aac6 Mon Sep 17 00:00:00 2001 From: Jijin P Date: Wed, 10 Aug 2022 03:30:36 +0530 Subject: [PATCH] Fix: Link to documentation and intergration (#652) --- packages/use-solana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/use-solana/README.md b/packages/use-solana/README.md index d72895768..e15879b8b 100644 --- a/packages/use-solana/README.md +++ b/packages/use-solana/README.md @@ -3,12 +3,12 @@ Solana frontend library and TypeScript SDK. This SDK features: - React hooks and providers for adding a Solana connection to your app -- Integrations with several popular wallets (full list [here](https://github.com/saber-hq/use-solana/blob/master/packages/use-solana/src/providers.tsx)) +- Integrations with several popular wallets (full list [here](https://github.com/saber-hq/use-solana/blob/master/packages/use-solana/src/providers.ts)) - Helpers for fetching token account balances and performing mathematical operations on tokens ## Documentation -Detailed information on how to build on Saber can be found on the [Saber developer documentation website](https://docs.saber.so/docs/developing/overview). +Detailed information on how to build on Saber can be found on the [Saber developer documentation website](https://docs.saber.so/developing/overview). Automatically generated TypeScript documentation can be found [on GitHub pages](https://saber-hq.github.io/saber-common/).