Skip to content

Commit b637b1b

Browse files
committed
Fix links
1 parent 8c2c07d commit b637b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/get-started/gel-existing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import SetupEnv from '@mdx/get-started/SetupEnv.mdx';
2525
<Prerequisites>
2626
- **tsx** - package for running TypeScript files - [read here](https://tsx.is/)
2727
- **gel-js** - package for querying your Gel database - [read here](https://github.com/geldata/gel-js)
28-
- **gel** - cli tool to manage your Gel database - [read here](https://docs.edgedb.com/get-started/cli)
28+
- **gel** - cli tool to manage your Gel database - [read here](https://docs.geldata.com/reference/cli)
2929
</Prerequisites>
3030

3131
Drizzle has native support for Gel connections with the `gel` client.

src/content/docs/get-started/gel-new.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Linux or macOS
4949
curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh
5050
```
5151

52-
For more options, check [gel docs](https://docs.edgedb.com/get-started/cli)
52+
For more options, check [gel docs](https://docs.geldata.com/reference/cli)
5353
</Callout>
5454

5555
Once installed:

0 commit comments

Comments
 (0)