From 600f6be448a5436105b96c49b4f4dab65e892135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Bilodeau?= <70441641+zbilodea@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:34:19 +0100 Subject: [PATCH] chore: Update README.md to hepconvert (#69) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92faf34..457930b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ [pypi-link]: https://pypi.org/project/hepconvert/ [pypi-platforms]: https://img.shields.io/pypi/pyversions/hepconvert [pypi-version]: https://img.shields.io/pypi/v/hepconvert -[rtd-badge]: https://readthedocs.org/projects/odapt/badge/?version=latest -[rtd-link]: https://odapt.readthedocs.io/en/latest/ +[rtd-badge]: https://readthedocs.org/projects/hepconvert/badge/?version=latest +[rtd-link]: https://hepconvert.readthedocs.io/en/latest/ The hepconvert library is a bridge between columnar file formats, currently **ROOT, and Parquet** and soon eventually include **Feather, and HDF5.** It aims to simplify file conversions in Python, replacing what is usually a multi-step process with one line of code, with builtin features for managing large datasets and choosing compression levels.