From 689e664e480638b6dace852f520e2fb110b7d8cf Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Mon, 28 Aug 2023 09:25:08 -0400 Subject: [PATCH] docs(examples): fix SplineWidget image link --- Documentation/content/examples/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/content/examples/index.md b/Documentation/content/examples/index.md index b355c30af8c..689339c6d14 100644 --- a/Documentation/content/examples/index.md +++ b/Documentation/content/examples/index.md @@ -106,7 +106,7 @@ This will allow you to see the some live code running in your browser. Just pick [![ResliceCursorWidget Example][ResliceCursorWidget]](./ResliceCursorWidget.html "Axial Coronal and Sagittal MPR/Oblique/Reformatted/Resliced/Slab/MIP views") [![ShapeWidget Example][ShapeWidget]](./ShapeWidget.html "2D shape widgets with text information") [![SphereWidget Example][SphereWidget]](./SphereWidget.html "2D sphere widget controlled with radius") -[![SplineWidget Example][SplineWidget]](./PaintWidget.html "Widget to draw open or closed (triangularized) sharp/smooth polygon widget") +[![SplineWidget Example][SplineWidget]](./SplineWidget.html "Widget to draw open or closed (triangularized) sharp/smooth polygon widget")