Skip to content

Commit

Permalink
docs: fix url in readme which was 404ing (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx authored Dec 8, 2023
1 parent 141351c commit 8de53ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ curl --fail -F wasm=@code.wasm https://compiler-preview.dylibso.com/instrument -
```

> **Note**: The Instrumentation Service
> (https://compiler-preview.dylibso.com/instrument) only re-compiles a .wasm
> [https://compiler-preview.dylibso.com/instrument](https://compiler-preview.dylibso.com) only re-compiles a .wasm
> binary and returns the updated code. We do not log or store any information
> about your submitted code. The compilation also adds no telemetry or other
> information besides the strictly-necessary auto-instrumentation to the .wasm
Expand Down

0 comments on commit 8de53ae

Please sign in to comment.