From 027e4adce22330c0c23f9b312e9bb8fa11b38978 Mon Sep 17 00:00:00 2001 From: Chris Riccomini Date: Wed, 24 Jan 2024 16:25:57 -0800 Subject: [PATCH] Fix integration links in README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 514e2e2..33bc1b3 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ Recap reads and writes schemas from web services, databases, and schema registri | Format | Read | Write | | :---------- | :-: | :-: | -| [Avro](https://recap.build/docs/converters/avro/) | ✅ | ✅ | -| [Protobuf](https://recap.build/docs/converters/protobuf/) | ✅ | ✅ | -| [JSON Schema](https://recap.build/docs/converters/json-schema/) | ✅ | ✅ | -| [Snowflake](https://recap.build/docs/readers/snowflake/) | ✅ | | -| [PostgreSQL](https://recap.build/docs/readers/postgresql/) | ✅ | | -| [MySQL](https://recap.build/docs/readers/mysql/) | ✅ | | -| [BigQuery](https://recap.build/docs/readers/bigquery/) | ✅ | | -| [Confluent Schema Registry](https://recap.build/docs/readers/confluent-schema-registry/) | ✅ | | -| [Hive Metastore](https://recap.build/docs/readers/hive-metastore/) | ✅ | | +| [Avro](https://recap.build/docs/integrations/avro/) | ✅ | ✅ | +| [Protobuf](https://recap.build/docs/integrations/protobuf/) | ✅ | ✅ | +| [JSON Schema](https://recap.build/docs/integrations/json-schema/) | ✅ | ✅ | +| [Snowflake](https://recap.build/docs/integrations/snowflake/) | ✅ | | +| [PostgreSQL](https://recap.build/docs/integrations/postgresql/) | ✅ | | +| [MySQL](https://recap.build/docs/integrations/mysql/) | ✅ | | +| [BigQuery](https://recap.build/docs/integrations/bigquery/) | ✅ | | +| [Confluent Schema Registry](https://recap.build/docs/integrations/confluent-schema-registry/) | ✅ | | +| [Hive Metastore](https://recap.build/docs/integrations/hive-metastore/) | ✅ | | ## Install @@ -106,7 +106,7 @@ recap schema postgresql://user:pass@host:port/testdb/public/test_types ### Gateway -Recap comes with a stateless HTTP/JSON gateway that can list and read schemas. +Recap comes with a stateless HTTP/JSON gateway that can list and read schemas from data catalogs and databases. Start the server at [http://localhost:8000](http://localhost:8000):