From bdae36d4e260bcd78224d4ef4d7e27cb8a472da6 Mon Sep 17 00:00:00 2001 From: StakeandRelax Validator <107054983+StakeandRelax-Validator@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:43:05 +0200 Subject: [PATCH] docs(cw-law-stone): correct examples link (#169) --- contracts/cw-law-stone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/cw-law-stone/README.md b/contracts/cw-law-stone/README.md index fa9a92f1..6d729035 100644 --- a/contracts/cw-law-stone/README.md +++ b/contracts/cw-law-stone/README.md @@ -12,4 +12,4 @@ To ensure reliability over time, the associated Prolog program is stored and pin To be able to free the underlying resources (i.e. objects in `cw-storage`) if not used anymore, the contract admin can break the stone. -➡️ Checkout the [examples](https://github.com/okp4/contracts/tree/main/contracts/cw-law-stone/exemples/) for usage information. +➡️ Checkout the [examples](https://github.com/okp4/contracts/tree/main/contracts/cw-law-stone/examples/) for usage information.