From 56ce58c71865ffc05f104c955b5423faf95ea4df Mon Sep 17 00:00:00 2001 From: Thoroslives <78023877+Thoroslives@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:53:30 +1000 Subject: [PATCH] Update community-projects.tsx (#9057) * Update community-projects.tsx I have made a repo for the remove offline assets python script that was linked as one of my gists. This repo has much more explanation as the the usage and troubleshooting and allows for the contribution from other community members. * Update docs/src/components/community-projects.tsx Co-authored-by: bo0tzz --------- Co-authored-by: Alex Co-authored-by: bo0tzz --- docs/src/components/community-projects.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',