From fa6ae74b1750ed28196b8536bb7032b57b0a24dc Mon Sep 17 00:00:00 2001 From: Philip Constantinou Date: Wed, 8 Sep 2021 13:08:42 -0700 Subject: [PATCH] Update README.md Fixed the links to the examples directory. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33fabed..cfe50a9 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,10 @@ to snappy: w, err := NewParquetWriter(&buf, MaxPageSize(10000), Snappy) ``` -See [this](./examples/people) for a complete example of how to generate the code +See [this](./_examples/people) for a complete example of how to generate the code based on an existing struct. -See [this](./examples/via_parquet) for a complete example of how to generate the code +See [this](./_examples/via_parquet) for a complete example of how to generate the code based on an existing parquet file. ## Supported Types