Skip to content

Commit 8e2bff5

Browse files
authored
Merge pull request #1579 from dzmitry-lahoda-forks/patch-1
fixed link in SEMANTICS.md to actors info
2 parents 987f361 + 63020b5 commit 8e2bff5

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://book.cosmwasm.com/actor-model.html).
188188

189189
### Submessages
190190

0 commit comments

Comments
 (0)