Skip to content

Commit

Permalink
Fix link for Next.js Analytics in docs (#33049)
Browse files Browse the repository at this point in the history
The relative path was not working.
  • Loading branch information
leerob committed Jan 6, 2022
1 parent 62227ee commit 52d5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ When deploying to Vercel, the platform automatically detects Next.js, runs `next

In addition, Vercel provides features like:

- Automatic performance monitoring with [Next.js Analytics](/analytics)
- Automatic performance monitoring with [Next.js Analytics](https://vercel.com/analytics)
- Automatic HTTPS and SSL certificates
- Automatic CI/CD (through GitHub, GitLab, Bitbucket, etc.)
- Support for [Environment Variables](https://vercel.com/docs/environment-variables)
Expand Down

0 comments on commit 52d5adf

Please sign in to comment.