From ea427c5648d6dd69d08f0ff323301dfd1f2e639a Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Fri, 22 May 2026 09:51:22 +0200 Subject: [PATCH] [ntuple] Fix link to specification in RNTupleImporter --- tree/ntupleutil/inc/ROOT/RNTupleImporter.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree/ntupleutil/inc/ROOT/RNTupleImporter.hxx b/tree/ntupleutil/inc/ROOT/RNTupleImporter.hxx index c47aab397a97c..912ea6e0cc5bd 100644 --- a/tree/ntupleutil/inc/ROOT/RNTupleImporter.hxx +++ b/tree/ntupleutil/inc/ROOT/RNTupleImporter.hxx @@ -96,8 +96,8 @@ Current limitations of the importer: - No support for trees containing TClonesArray collections - Due to RNTuple currently storing data fully split, "don't split" markers are ignored - Some types are not available in RNTuple. Please refer to the - [RNTuple specification](https://github.com/root-project/root/blob/master/tree/ntuple/v7/doc/specifications.md) for - an overview of all types currently supported. + [RNTuple specification](https://github.com/root-project/root/blob/master/tree/ntuple/doc/BinaryFormatSpecification.md) + for an overview of all types currently supported. */ // clang-format on class RNTupleImporter {