diff --git a/src/services/hooks/useSystemStatus.tsx b/src/services/hooks/useSystemStatus.tsx index ad8b6ec4e483..9a8dc06b2c18 100644 --- a/src/services/hooks/useSystemStatus.tsx +++ b/src/services/hooks/useSystemStatus.tsx @@ -65,7 +65,7 @@ function useSystemStatus() { } async function logs(key: string): Promise { - const response = await fetch(`https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log`); + const response = await fetch(`https://raw.githubusercontent.com/OSMLatam/status/main/public/status/${key}_report.log`); const text = await response.text(); const lines = text.split("\n"); try {