Skip to content

Commit

Permalink
docs: fix broken worker file link in zig section (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwo authored Nov 6, 2023
1 parent 48c1e23 commit 641d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/languages/zig.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this example, the worker will get a request and print all the related informa
```shell-session
mkdir lib
wget -O ./lib/worker.zig https://raw.githubusercontent.com/vmware-labs/wasm-workers-server/main/kits/zig/worker/worker.zig
wget -O ./lib/worker.zig https://raw.githubusercontent.com/vmware-labs/wasm-workers-server/main/kits/zig/worker/src/worker.zig
```
3. Edit the `src/main.zig` to match the following contents:
Expand Down

0 comments on commit 641d773

Please sign in to comment.