Skip to content

Commit f0005ca

Browse files
authored
Fix dashboards urls (#81)
Fix dashboard URL for Clerk and Convex
1 parent ec0ca4d commit f0005ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Clerk configuration, get this key from your [Dashboard](https://clerk.com/dashboard).
1+
# Clerk configuration, get this key from your [Dashboard](dashboard.clerk.com)
22
VITE_CLERK_PUBLISHABLE_KEY=
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Convex configuration, get this URL from your [Dashboard](https://convex.dev/dashboard).
1+
# Convex configuration, get this URL from your [Dashboard](dashboard.convex.dev)
22
CONVEX_DEPLOYMENT=
3-
VITE_CONVEX_URL=
3+
VITE_CONVEX_URL=

0 commit comments

Comments
 (0)