From 8e50074748ef30bffbb815f70f89f28e840e5c76 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Fri, 16 Jan 2026 09:42:21 +0100 Subject: [PATCH] README.md: Fix link to VTK formats --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21e463..2fb18d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # vtkio A parser and writer for the Visualization Toolkit (VTK) [file -formats](https://kitware.github.io/vtk-examples/site/VTKFileFormats/). +formats](https://docs.vtk.org/en/latest/vtk_file_formats/index.html). [![On crates.io](https://img.shields.io/crates/v/vtkio.svg)](https://crates.io/crates/vtkio) [![On docs.rs](https://docs.rs/vtkio/badge.svg)](https://docs.rs/vtkio/)