From 1dd24828658b2d40f02c7370118593f610102c36 Mon Sep 17 00:00:00 2001 From: zhoufanjin Date: Thu, 9 Jan 2025 15:51:10 +0800 Subject: [PATCH] Fix 404 status URL in SEMANTICS.md Signed-off-by: zhoufanjin --- SEMANTICS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SEMANTICS.md b/SEMANTICS.md index 4e5d750b6..4700c6cbd 100644 --- a/SEMANTICS.md +++ b/SEMANTICS.md @@ -55,7 +55,7 @@ just like a DB Transaction typically works. Cosmos SDK module, which processes certain messages and uses them to upload, instantiate, and execute smart contracts. In particular, it accepts a properly signed -[`MsgExecuteContract`](https://github.com/CosmWasm/wasmd/blob/master/proto/cosmwasm/wasm/v1beta1/tx.proto#L76-L89), +[`MsgExecuteContract`](https://github.com/CosmWasm/wasmd/blob/main/proto/cosmwasm/wasm/v1/tx.proto#L76-L89), routes it to [`Keeper.Execute`](https://github.com/CosmWasm/wasmd/blob/master/x/wasm/keeper/keeper.go#L311-L355), which loads the proper smart contract and calls `execute` on it. Note that this