Skip to content

Commit c897ec2

Browse files
committed
update banner links
1 parent e92fa50 commit c897ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const Banner = () => {
88
This playground enables you to connect to a Neon Postgres database
99
directly from your browser. You can learn more about{' '}
1010
<a
11-
href="https://neon.tech/blog"
11+
href="https://neon.tech/blog/postgres-ai-playground"
1212
className="text-green-base font-semibold hover:underline"
1313
>
1414
how it works
@@ -18,7 +18,7 @@ export const Banner = () => {
1818
<br />
1919
If you don&apos;t have a Neon database, you can{' '}
2020
<a
21-
href="https://console.neon.tech"
21+
href="https://console.neon.tech?utm_source=playground&utm_medium=banner"
2222
className="text-green-base font-semibold hover:underline"
2323
>
2424
{' '}

0 commit comments

Comments
 (0)