Fix incorrect documentation link on Activity empty state#3106
Conversation
The 'No activities available' empty state linked to the databases docs page regardless of context (account, users, teams, etc.). Points to the audit logs docs page instead, which matches what Activity actually shows.
Console (appwrite/console)Project ID: Sites (1)
Tip Realtime gives you live updates for users, storage, functions, and databases |
Greptile SummaryFixes a stale copy-paste documentation link in the shared Activity empty-state component. The button previously pointed to the Databases product page regardless of which Activity tab (account, user, team, or database) was being viewed.
Confidence Score: 5/5Safe to merge — a one-line URL fix with no logic changes and the replacement URL verified as a live, on-topic Appwrite documentation page. The change is a single string replacement in a template; no logic, state, or API behaviour is touched. The new URL resolves to an existing Appwrite page that describes the exact data shown in the Activity tab (User, Event, Location, IP, Date), making it a clearly correct and complete fix. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Fix incorrect documentation link on the ..." | Re-trigger Greptile |

No description provided.