From dfecc6637405bc632afd78f54a3eb15a9e01076b Mon Sep 17 00:00:00 2001 From: nsjames Date: Tue, 11 Jun 2024 13:32:34 +0100 Subject: [PATCH] fix wharfkit guide link --- native/04_web-applications/02_javascript-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/04_web-applications/02_javascript-sdk.md b/native/04_web-applications/02_javascript-sdk.md index 9faf099c..9e550eb2 100644 --- a/native/04_web-applications/02_javascript-sdk.md +++ b/native/04_web-applications/02_javascript-sdk.md @@ -4,5 +4,5 @@ title: JavaScript SDK You can use [WharfKit](https://wharfkit.com/guides) to interact with the EOS Network from a web browser or Node.js application. -Check out their excellent [Getting Started Guide](https://wharfkit.com/guides/sessionkit/getting-started-web-app) to learn how to use the SDK to +Check out their excellent [Getting Started Guide](https://wharfkit.com/guides/session-kit/getting-started-web-app) to learn how to use the SDK to log in with a wallet, and make a transaction.