Skip to content

Commit a293f17

Browse files
authored
Update model.md
1 parent 270ecdc commit a293f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/model.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ The above method uses the raw executor instead of the `ContractingClient` used i
5555
Metering is set to false so that the executor does not use any stamps when executing this function. This is preferable in development environments.
5656

5757
### Step 1: Submit Transaction
58-
<center><img src='/img/import.png' width=75%></center>
58+
<center><img src='/docs/img/import.png' width=75%></center>
5959

6060
Executor retrieves the module for the smart contract if it exists.
6161

6262
### Step 2: Execution
63-
<center><img src='/img/execute.png' width=75%></center>
63+
<center><img src='/docs/img/execute.png' width=75%></center>
6464

6565
The executor attempts to execute a function on the smart contract. If it fails due to Python errors or invalid inputs, the executor will get a response. Otherwise, the function is called and the results of the execution are returned to the executor and which can be passed to the operator.
6666

0 commit comments

Comments
 (0)