diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 6d23b0dcfc..b452e9fd44 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -25,8 +25,8 @@ const projects: CommunityProjectProps[] = [ }, { title: 'Remove offline files', - description: 'A Python script to remove offline files.', - url: 'https://gist.github.com/Thoroslives/ca5d8e1efd15111febc1e7b34ac72668', + description: 'A simple way to remove orphaned offline assets from the Immich database', + url: 'https://github.com/Thoroslives/immich_remove_offline_files', }, { title: 'Create albums from folders',