From c29990ab11c41afb64338388bc80ee85ee9d96b7 Mon Sep 17 00:00:00 2001 From: Serge K Lebedev Date: Wed, 23 Mar 2022 00:00:08 +0600 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a27dba8d01..c4fd1d2766 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Tests use sample contract from `near-hello` npm package, see https://github.com/ Follow next steps: -1. [Change hash for the commit with errors in the nearcore](https://github.com/near/near-api-js/blob/master/gen_error_types.js#L7-L9) +1. [Change hash for the commit with errors in the nearcore](https://github.com/near/near-api-js/blob/master/fetch_error_schema.js#L8-L9) 2. Fetch new schema: `node fetch_error_schema.js` 3. `yarn build` to update `lib/**.js` files