Skip to content

Commit b71a7d8

Browse files
committed
[ntuple] Fix link to specification in RNTupleImporter
1 parent 7a1aedd commit b71a7d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tree/ntupleutil/inc/ROOT/RNTupleImporter.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Current limitations of the importer:
9696
- No support for trees containing TClonesArray collections
9797
- Due to RNTuple currently storing data fully split, "don't split" markers are ignored
9898
- Some types are not available in RNTuple. Please refer to the
99-
[RNTuple specification](https://github.com/root-project/root/blob/master/tree/ntuple/v7/doc/specifications.md) for
100-
an overview of all types currently supported.
99+
[RNTuple specification](https://github.com/root-project/root/blob/master/tree/ntuple/doc/BinaryFormatSpecification.md)
100+
for an overview of all types currently supported.
101101
*/
102102
// clang-format on
103103
class RNTupleImporter {

0 commit comments

Comments
 (0)