Skip to content

Commit 686020b

Browse files
fixed link in SEMANTICS.md to actors info
1 parent 3cf3c67 commit 686020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SEMANTICS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ this by following the actor model, which doesn't nest function calls, but
184184
returns messages that will be executed later. This means all state that is
185185
carried over between one call and the next happens in storage and not in memory.
186186
For more information on this design, I recommend you read
187-
[our docs on the Actor Model](https://docs.cosmwasm.com/docs/1.0/architecture/actor).
187+
[our docs on the Actor Model](https://github.com/InterWasm/docs/blob/archive/docs/03-architecture/02-actor.md).
188188

189189
### Submessages
190190

0 commit comments

Comments
 (0)