Skip to content

Commit fd788dc

Browse files
authored
Fix broken documentation link (#10724)
Fixes the link to the deterministic fuel section in examples-deterministic-wasm-execution.md by changing the file extension from .html to .md.
1 parent e043128 commit fd788dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples-deterministic-wasm-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ You can make this deterministic in a variety of ways:
7676
## Use Deterministic Interruption, If Any
7777

7878
If you are making Wasm execution interruptible, use [deterministic fuel-based
79-
interruption](./examples-interrupting-wasm.html#deterministic-fuel) rather than
79+
interruption](./examples-interrupting-wasm.md#deterministic-fuel) rather than
8080
non-deterministic epoch-based interruption.

0 commit comments

Comments
 (0)