Skip to content

Commit 1a66c66

Browse files
authored
chore: Fix markdown links in README.md (#4)
[skip ci]
1 parent c2054d3 commit 1a66c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project demonstrates how to use the `uproot-custom` package to customize br
44

55
## Introduction
66

7-
It implements 2 factory-reader pairs to read [`TOverrideStreamer`](https://github.com/mrzimu/uproot-custom/blob/main/example/gen-demo-data/include/TOverrideStreamer.hh) and [`TObjWithObjArray`](https://github.com/mrzimu/uproot-custom/blob/main/example/gen-demo-data/include/TObjInObjArray.hh) objects from [demo ROOT files](./tests/demo-data.root). The class definitions and the program generating demo file is located at [`./gen-demo-data`](./gen-demo-data/).
7+
It implements 2 factory-reader pairs to read [`TOverrideStreamer`](./gen-demo-data/include/TOverrideStreamer.hh) and [`TObjWithObjArray`](./gen-demo-data/include/TObjInObjArray.hh) objects from [demo ROOT files](./tests/demo-data.root). The class definitions and the program generating demo file is located at [`./gen-demo-data`](./gen-demo-data/).
88

99
## Project structure
1010

0 commit comments

Comments
 (0)