From 641d773644299c14999ea2df12b245027aed5e0a Mon Sep 17 00:00:00 2001 From: Kodai Kabasawa <54230093+kbwo@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:40:30 +0900 Subject: [PATCH] docs: fix broken worker file link in zig section (#251) --- docs/docs/languages/zig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/languages/zig.md b/docs/docs/languages/zig.md index 73655f3..fc81389 100644 --- a/docs/docs/languages/zig.md +++ b/docs/docs/languages/zig.md @@ -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: