diff --git a/README.md b/README.md index 90f19c1..c4ce9cb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > Copy from/to Parquet files in PostgreSQL! -[![CI lints and tests](https://github.com/aykut-bozkurt/pg_parquet/actions/workflows/ci.yml/badge.svg)](https://github.com/aykut-bozkurt/pg_parquet/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/aykut-bozkurt/pg_parquet/graph/badge.svg?token=SVDGPEAP51)](https://codecov.io/gh/aykut-bozkurt/pg_parquet) +[![CI lints and tests](https://github.com/crunchydata/pg_parquet/actions/workflows/ci.yml/badge.svg)](https://github.com/crunchydata/pg_parquet/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/crunchydata/pg_parquet/graph/badge.svg?token=SVDGPEAP51)](https://codecov.io/gh/crunchydata/pg_parquet) `pg_parquet` is a PostgreSQL extension that allows you to read and write Parquet files, which are located in `S3` or `file system`, from PostgreSQL via `COPY TO/FROM` commands. It heavily uses [Apache Arrow](https://arrow.apache.org/rust/arrow/) project to read and write Parquet files and [pgrx](https://github.com/pgcentralfoundation/pgrx) project to extend PostgreSQL's `COPY` command.