From ed7b0aefbe9adabb8e23f5358e0a38c2f2b8c899 Mon Sep 17 00:00:00 2001 From: Kelvin Parmar <94775043+kelvinparmar@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:53:21 +0530 Subject: [PATCH] Update WASM vs Docker comparison Link (#219) * WASM vs Docker comparison Link changed Signed-off-by: Kelvin Parmar * Delete .gitpod.yml Signed-off-by: Kelvin Parmar --------- Signed-off-by: Kelvin Parmar --- docs/start/wasmedge/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/wasmedge/comparison.md b/docs/start/wasmedge/comparison.md index 20fc78cb..98df2720 100644 --- a/docs/start/wasmedge/comparison.md +++ b/docs/start/wasmedge/comparison.md @@ -6,7 +6,7 @@ sidebar_position: 5 ## What's the relationship between WebAssembly and Docker? -Check out our infographic [WebAssembly vs. Docker](https://wasmedge.org/wasm_docker/). WebAssembly runs side by side with Docker in cloud native and edge native applications. +Check out our infographic [WebAssembly vs. Docker](https://wasmedge.org/wasm_linux_container/). WebAssembly runs side by side with Docker in cloud native and edge native applications. ## What's the difference for Native clients (NaCl), Application runtimes, and WebAssembly?