From a53c482bdfabe89743cabe80b79b167e5724ceed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Mon, 11 Dec 2023 10:33:26 +0100 Subject: [PATCH] Remove non-working TextCatCNN Netlify redirect --- netlify.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 27a15fa25..ddcd0ca6c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -55,7 +55,6 @@ redirects = [ {from = "/models/comparison", to = "/models", force = true}, {from = "/api/#section-cython", to = "/api/cython", force = true}, {from = "/api/#cython", to = "/api/cython", force = true}, - {from = "/api/architectures#TextCatCNN", to = "/api/legacy#TextCatCNN_v2", force = true}, {from = "/api/sentencesegmenter", to="/api/sentencizer"}, {from = "/universe", to = "/universe/project/:id", query = {id = ":id"}, force = true}, {from = "/universe", to = "/universe/category/:category", query = {category = ":category"}, force = true},