Skip to content

Commit

Permalink
Merge branch 'main' into feat/WEB-WEB-555-optimize-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj committed Sep 10, 2024
2 parents 68cf6aa + 404753d commit d32c048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/700-optimize/200-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prisma Optimize is intended for use in local environments. Learn more in the [FA
## 1. Launch Optimize

1. Log in to your [Prisma Data Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-page).
2. <a href="/platform/about#accessing-the-optimize-dashboard" target="_blank">Follow the instructions</a> to access and launch Prisma Optimize.
2. <a href="/docs/platform/about#accessing-the-optimize-dashboard" target="_blank">Follow the instructions</a> to access and launch Prisma Optimize.

## 2. Add Optimize to your application

Expand Down Expand Up @@ -54,7 +54,7 @@ npm install @prisma/client@latest @prisma/extension-optimize

### 2.3. Add the Optimize API Key to your `.env` file

<a href="/platform/about#generating-an-optimize-api-key" target="_blank">Generate a Prisma Optimize API key</a> and add it to your `.env` file:
<a href="/docs/platform/about#generating-an-optimize-api-key" target="_blank">Generate a Prisma Optimize API key</a> and add it to your `.env` file:

```bash
OPTIMIZE_API_KEY="YOUR_OPTIMIZE_API_KEY"
Expand Down

0 comments on commit d32c048

Please sign in to comment.