Skip to content

Commit

Permalink
chore: update docs links (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyscaled authored and tychoish committed Apr 9, 2024
1 parent e780412 commit 7f65c84
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions examples/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
//
// For more information on connection strings for our Cloud offering, see:
//
// <https://docs.glaredb.com/cloud/access/connection-details/>
// <https://docs.glaredb.com/cloud/deployments.html#connecting-to-deployments>
//
// An example connection string might look like:
//
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/typescript/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function main() {
//
// For more information on connection strings for our Cloud offering, see:
//
// <https://docs.glaredb.com/cloud/access/connection-details/>
// <https://docs.glaredb.com/cloud/deployments.html#connecting-to-deployments>
//
// An example connection string might look like:
//
Expand Down

0 comments on commit 7f65c84

Please sign in to comment.