From 67b30f7b2ff69df2e5e4996793b0b60e0cf3709a Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Wed, 25 Sep 2024 16:08:41 -0500 Subject: [PATCH] Use fe-root app for FEM's commit check --- lib/zooniverse_github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zooniverse_github.rb b/lib/zooniverse_github.rb index 9f55c35..0227bc4 100644 --- a/lib/zooniverse_github.rb +++ b/lib/zooniverse_github.rb @@ -21,7 +21,7 @@ class RefAlreadyDeployed < StandardError; end IRREGULAR_DOWNCASED_ORG_URLS = { 'zooniverse/aggregation-for-caesar' => 'https://aggregation-caesar.zooniverse.org/', 'zooniverse/anti-slavery-manuscripts' => 'https://www.antislaverymanuscripts.org', - 'zooniverse/front-end-monorepo' => 'https://fe-project.zooniverse.org/projects', + 'zooniverse/front-end-monorepo' => 'https://fe-root.zooniverse.org', 'zooniverse/jobs.zooniverse.org' => 'https://jobs.zooniverse.org', 'zooniverse/notes-from-nature-field-book' => 'https://field-book.notesfromnature.org', 'zooniverse/pandora' => 'https://translations.zooniverse.org',