From 2e4f3a6025ede8e5415fe431b8e9b549c87a39a4 Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Fri, 17 Apr 2026 10:54:08 -0400 Subject: [PATCH] Fix link formatting in README.rst Fix incorrect .md link formatting used in .rst doc. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0c5be68..6400f26 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Local Rendering using VTK.wasm to match server side rendering pipeline on the cl The current code base is still at its infancy but we aim to make it the default implementation for local rendering using VTK/ParaView with trame. This WASM capability is starting to be available with VTK 9.4 but major improvement are happening in VTK 9.6. -Additional documentation can be found on [vtk-wasm documentation](https://kitware.github.io/vtk-wasm/). +Additional documentation can be found on `vtk-wasm documentation `_. VTK `9.4`, `9.5` and `9.6` are compatible with `trame-vtklocal>=0.16,<1` while `trame-vtklocal>=1` will only be compatible with `VTK 10`. What we envision with VTK 10 is the completion of the main work with WASM and WebGPU. We will take that opportunity to cleanup