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/ 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 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: // 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 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: //