diff --git a/server/api/rottentomatoes.ts b/server/api/rottentomatoes.ts index f23694164..b9b00e108 100644 --- a/server/api/rottentomatoes.ts +++ b/server/api/rottentomatoes.ts @@ -109,7 +109,7 @@ class RottenTomatoes extends ExternalAPI { return { title: movie.name, - url: movie.url, + url: `https://www.rottentomatoes.com${movie.url}`, criticsRating: movie.meterClass === 'certified_fresh' ? 'Certified Fresh'