Skip to content

Commit 5da1b44

Browse files
committed
readme dead link update
1 parent 11f76bb commit 5da1b44

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/full.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ env:
77
on:
88
push:
99
branches: [ master ]
10+
paths-ignore:
11+
- docs/**
1012

1113
pull_request:
1214
branches: [ master ]

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ This is what's happening:
216216
4. Explicitly open row group for reading.
217217
5. Read each `DataField` from the row group, in the same order as it's declared in the schema.
218218

219-
> Hint: you can also use web based [reader app](https://parquetdbg.aloneguid.uk/) to test your files, which was created using this library!
219+
> Hint: you can also use web based [reader app](https://aloneguid.github.io/parquet-online/) to test your files, which was created using this library!
220220
221221
## Choosing the API
222222

0 commit comments

Comments
 (0)