From 0b845e3bb0bc01090f853fe9eb60733ef4f07dbf Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:12:25 +0530 Subject: [PATCH] Update bottomAlerts.ts corrected the link --- src/routes/(console)/bottomAlerts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index d4504b2e1..76ac6e18d 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -111,7 +111,7 @@ if (isCloud) { scope: 'project', cta: { text: 'Read announcement', - link: () => 'https://appwrite.io/blog/post/announcing-auto-increment', + link: () => 'https://appwrite.io/blog/post/announcing-auto-increment-support', external: true, hideOnClick: true },