From 0e12c69a573df20ccf24339f1bec3081a70e792e Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Wed, 13 Jul 2022 22:46:24 -0700 Subject: [PATCH] fix README link that breaks on npmjs's site --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 34334629..79232918 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -259,7 +259,7 @@ play with contracts. ## Diving into Contracts -Check out the [mask documentation](./MASK.md) to view how to use some custom +Check out the [mask documentation](https://github.com/cosmos/cosmjs/blob/main/packages/cli/MASK.md) to view how to use some custom helpers to upload code and use non-trivial contracts with proper types. ## License