From 620bad03f16bb5237f5c6d9a8e1ef5d6d241fc08 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Mon, 11 Mar 2024 16:45:19 -0600 Subject: [PATCH] fix(overview): fix overview diagram link Signed-off-by: Vaughn Dice --- content/en/docs/overview/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/overview/_index.md b/content/en/docs/overview/_index.md index 94336b20..49b43bb2 100644 --- a/content/en/docs/overview/_index.md +++ b/content/en/docs/overview/_index.md @@ -18,7 +18,7 @@ With SpinKube, you can leverage the advantages of using WebAssembly (Wasm) for y All of this while being able to integrate with with Kubernetes primitives (DNS, probes, autoscaling, metrics, and a lot more cloud native and CNCF projects) thanks to Spin Operator. -![SpinKube Project Overview Diagram](/static/spinkube-overview-diagram.png) +![SpinKube Project Overview Diagram](/spinkube-overview-diagram.png) Spin Operator watches Spin App Custom Resources and realizes the desired state in the Kubernetes cluster. The foundation of this project was built using the kubebuilder framework and contains a Spin App Custom Resource Definition (CRD) and controller.