Skip to content

Commit e3e7375

Browse files
authored
Update nextjs.mdx to make Project Token hyperlink work (#1789)
1 parent 8911efb commit e3e7375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/quickstart/install-mixpanel/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { dataItems } from "/utils/constants";
1212

1313
a. Create a `.env.local` file in the root of your Next.js project (note: for production use `.env.production`).
1414

15-
b. Then, add your Mixpanel [project token] (https://docs.mixpanel.com/docs/orgs-and-projects/managing-projects#find-your-project-tokens).
15+
b. Then, add your Mixpanel [project token](/docs/orgs-and-projects/managing-projects#find-your-project-tokens).
1616

1717
```javascript
1818
// Paste in your token

0 commit comments

Comments
 (0)