From a8a8029e47f2f4708949cf410bf08398d6c5f99a Mon Sep 17 00:00:00 2001 From: dieaster <102417732+dieaster@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:12:18 +0300 Subject: [PATCH] fixed dead link fixed a link redirecting to a nonexistent zksync doc to avoid confusion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63bf570..70ac869 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ like account abstraction, requires providing additional fields to those that Eth The library is made in such a way that after replacing `web3j` with `zksync2-java` most client apps will work out of box. -🔗 For a detailed walkthrough, refer to the [official documentation](https://era.zksync.io/docs/api/java). +🔗 For a detailed walkthrough, refer to the [official documentation](https://era.zksync.io/build/sdks/java/getting-started.html). ## Dependency