From 5af7582ef2efacec69348292ddd2f0030bec70e4 Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 3 Apr 2024 12:39:20 -0400 Subject: [PATCH 1/5] chore: update docs links in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 418585754..aea7a434a 100644 --- a/README.md +++ b/README.md @@ -264,12 +264,12 @@ this repository. GlareDB is proudly powered by [Apache Datafusion](https://arrow.apache.org/datafusion/) and [Apache Arrow](https://arrow.apache.org/). We are grateful for the work of the Apache Software Foundation and the community around these projects. -[Postgres]: https://docs.glaredb.com/docs/data-sources/supported/postgres.html -[Snowflake]: https://docs.glaredb.com/docs/data-sources/supported/snowflake.html -[files in S3]: https://docs.glaredb.com/docs/data-sources/supported/s3 +[Postgres]: https://docs.glaredb.com/data-sources/postgres.html +[Snowflake]: https://docs.glaredb.com/data-sources/snowflake.html +[files in S3]: https://docs.glaredb.com/data-sources/s3.html [releases page]: https://github.com/GlareDB/glaredb/releases [announcement on Hybrid Execution]: https://glaredb.com/blog/hybrid-execution [GlareDB Python library]: https://pypi.org/project/glaredb/ [Pandas]: https://github.com/pandas-dev/pandas [Polars]: https://github.com/pola-rs/polars -[supported data sources]: https://docs.glaredb.com/docs/data-sources/supported/ +[supported data sources]: https://docs.glaredb.com/data-sources/ From ffa8a4556af0cf459a0ad82c5a1f5e3f90df8a28 Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 3 Apr 2024 12:41:43 -0400 Subject: [PATCH 2/5] Update README.md --- examples/go/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/go/README.md b/examples/go/README.md index af485b6cf..f20941379 100644 --- a/examples/go/README.md +++ b/examples/go/README.md @@ -34,5 +34,5 @@ For more information on our cloud offering, see: [Getting Started]. [`database/sql` standard library]: https://pkg.go.dev/database/sql [`lib/pq` Postgres driver]: https://github.com/lib/pq [Go installed]: https://go.dev/ -[Trying GlareDB locally]: https://docs.glaredb.com/glaredb/local/ -[Getting Started]: https://docs.glaredb.com/docs/about/getting-started.html#glaredb-cloud +[Trying GlareDB locally]: https://docs.glaredb.com/introduction/locally-cli.html +[Getting Started]: https://docs.glaredb.com/introduction/sign-up-for-cloud.html From 06e1edd94b67c81a1c8b50227f9f00800c38647e Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 3 Apr 2024 12:42:11 -0400 Subject: [PATCH 3/5] Update main.go --- examples/go/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/go/main.go b/examples/go/main.go index cd2ca3fb5..a1247d48d 100644 --- a/examples/go/main.go +++ b/examples/go/main.go @@ -25,7 +25,7 @@ func main() { // // For more information on connection strings for our Cloud offering, see: // - // + // // // An example connection string might look like: // From 45b8634aa4ab47e8ead2717d9178bfc075fc2178 Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 3 Apr 2024 12:43:05 -0400 Subject: [PATCH 4/5] Update README.md --- examples/typescript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/typescript/README.md b/examples/typescript/README.md index 5d4690428..c82f8883a 100644 --- a/examples/typescript/README.md +++ b/examples/typescript/README.md @@ -36,5 +36,5 @@ For more information on installing `glaredb` locally, see: [Trying GlareDB local For more information on our cloud offering, see: [Getting Started]. [Node.js installed]: https://nodejs.org/ -[Trying GlareDB locally]: https://docs.glaredb.com/glaredb/local/ -[Getting Started]: https://docs.glaredb.com/docs/about/getting-started.html#glaredb-cloud +[Trying GlareDB locally]: https://docs.glaredb.com/introduction/locally-cli.html +[Getting Started]: https://docs.glaredb.com/introduction/sign-up-for-cloud.html From 8c1ffd97e557d7681930e8b98bba2be0303ec881 Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 3 Apr 2024 12:43:26 -0400 Subject: [PATCH 5/5] Update example.ts --- examples/typescript/example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/example.ts b/examples/typescript/example.ts index c965fd312..76af068d3 100644 --- a/examples/typescript/example.ts +++ b/examples/typescript/example.ts @@ -7,7 +7,7 @@ async function main() { // // For more information on connection strings for our Cloud offering, see: // - // + // // // An example connection string might look like: //