From ac9717a095079da5b733aec5e3c0ef19a14d252d Mon Sep 17 00:00:00 2001 From: The_Grits Date: Mon, 25 Apr 2016 08:00:36 -0400 Subject: [PATCH] Whoops Seems like Travis would rather not have the guidelines route included --- src/routes.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/routes.json b/src/routes.json index da293f914..d4ce72b18 100644 --- a/src/routes.json +++ b/src/routes.json @@ -76,12 +76,6 @@ "pattern": "^/info/donate", "redirect": "https://secure.donationpay.org/scratchfoundation/" }, - { - "name": "guidelines", - "pattern": "^/community_guidelines$", - "view": "guidelines/guidelines", - "title": "Scratch Community Guidelines" - }, { "name": "dmca", "pattern": "^/DMCA$",