From 6c69ee0bdfa5beba23910e5f257539dd39b443a3 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 17 Jul 2025 13:00:13 -0500 Subject: [PATCH] Add trailing slashes to reviewer URLs in API --- www/projects/reviewer/get.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/projects/reviewer/get.php b/www/projects/reviewer/get.php index b53e72da..a10a368a 100644 --- a/www/projects/reviewer/get.php +++ b/www/projects/reviewer/get.php @@ -19,7 +19,7 @@ try{ switch($output->Name){ case 'Alex Cabal': - $output->Url = 'https://alexcabal.com'; + $output->Url = 'https://alexcabal.com/'; break; case 'Emma Sweeney': @@ -27,15 +27,15 @@ try{ break; case 'Weijia Cheng': - $output->Url = 'https://weijiarhymeswith.asia'; + $output->Url = 'https://weijiarhymeswith.asia/'; break; case 'Robin Whittleton': - $output->Url = 'https://www.robinwhittleton.com'; + $output->Url = 'https://www.robinwhittleton.com/'; break; case 'Vince Rice': - $output->Url = 'https://www.brokenandsaved.com'; + $output->Url = 'https://www.brokenandsaved.com/'; break; case 'David Reimer':