From a302fce7aa94cc11b51dbdaf4c28b2e15bcfb033 Mon Sep 17 00:00:00 2001 From: vskoshkin Date: Fri, 15 Aug 2025 14:11:02 +0300 Subject: [PATCH 1/2] Update demo link in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0da56ff9..0b55c0f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Demo dapp with @tonconnect/ui-react -Try it out https://ton-connect.github.io/demo-dapp-with-react-ui/ +Try it out https://tonconnect-demo-dapp-with-react-ui.vercel.app/ ## Learn more about Ton Connect - https://docs.ton.org/develop/dapps/ton-connect/ -- https://github.com/ton-connect/sdk/tree/main/packages/ui +- https://github.com/ton-connect/sdk/tree/main/packages/uix \ No newline at end of file From 9ff6cbba0f22ed932ae49456de80027d7f69ff6a Mon Sep 17 00:00:00 2001 From: vskoshkin Date: Fri, 15 Aug 2025 14:16:49 +0300 Subject: [PATCH 2/2] Fix typo in SDK link: uix -> ui --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b55c0f2..4f27b0db 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Try it out https://tonconnect-demo-dapp-with-react-ui.vercel.app/ ## Learn more about Ton Connect - https://docs.ton.org/develop/dapps/ton-connect/ -- https://github.com/ton-connect/sdk/tree/main/packages/uix \ No newline at end of file +- https://github.com/ton-connect/sdk/tree/main/packages/ui \ No newline at end of file