From 9cba9ae491d7b3a351d88ac0e2989d72cc196859 Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Wed, 30 Apr 2025 15:16:24 +0800 Subject: [PATCH] fix: correct links --- blog/engineering/introducing-webassembly-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/engineering/introducing-webassembly-plugin.md b/blog/engineering/introducing-webassembly-plugin.md index 69a9eb5..a27687e 100644 --- a/blog/engineering/introducing-webassembly-plugin.md +++ b/blog/engineering/introducing-webassembly-plugin.md @@ -182,8 +182,8 @@ For more examples of Wasm Plugin, see [webhookx/examples](https://github.com/web - [webassembly.org](https://webassembly.org/) -- [WebhookX WebAssembly Plugin](https://github.com/webhookx-io/webhookx/blob/main/pkg/plugin/wasm/README.md) -- [WebAssembly Plugin ABI specification](https://github.com/webhookx-io/webhookx/tree/main/pkg/plugin/wasm/versions) +- [WebhookX WebAssembly Plugin](https://github.com/webhookx-io/webhookx/blob/main/plugins/wasm/README.md) +- [WebAssembly Plugin ABI specification](https://github.com/webhookx-io/webhookx/tree/main/plugins/wasm/versions) - WebAssembly in production