From c5b45eaf1905a905d4e218208f3a33f8318d5f92 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 4 Jun 2024 13:59:47 +0100 Subject: [PATCH] Updated URI pointing at script examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543e8f5fc..c67648cdf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [Twitter](https://twitter.com/chainsafeth) ## Documentation -You can access the full docs at [docs.gaming.chainsafe.io](https://docs.gaming.chainsafe.io) +You can access the full docs at [docs.gaming.chainsafe.io](https://docs.gaming.chainsafe.io). Our codebase is quite easy to use. This is an example of accessing player balance and calling a write method of a custom Smart Contract within Unity. @@ -24,7 +24,7 @@ async void Awake() } ``` -Additional prefab scripts can be found here https://docs.gaming.chainsafe.io/current/prefab-scripts#contract-call +Additional prefab scripts can be found here [docs.gaming.chainsafe.io/current/sample-scripts](https://docs.gaming.chainsafe.io/current/sample-scripts). ## Support - Need help with web3.unity or found a bug? Be sure to read the documentation above, then review existing issues or create a new one [here](https://github.com/ChainSafe/web3.unity/issues). This is the best way to get help from the ChainSafe Gaming team.