From 329bb32b92ecebfd2ef6ca546018a2565118c1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Fri, 16 Feb 2024 18:03:46 +0200 Subject: [PATCH] Fix link to source code in README (#354) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375ea8f5..46c89339 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ this.keyringController.on('removedAccount', handleThat); ## Methods -Currently the methods are heavily commented in [the source code](./index.js), so it's the best place to look until we aggregate it here as well. +Currently the methods are heavily commented in [the source code](./src/KeyringController.ts), so it's the best place to look until we aggregate it here as well. ## Contributing