From caa014237dbf9080491b90edfc5b8512bd5620d8 Mon Sep 17 00:00:00 2001 From: Aman Date: Mon, 13 Aug 2018 11:00:33 +0530 Subject: [PATCH] netlify.toml: Add redirect for pyflakes project This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ Fixes https://github.com/coala/projects/issues/573 --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index f31459d5..f95ac0c0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,7 @@ [build] publish = "_site" command = "gem install bundler && .ci/build.sh" + +[[redirects]] + from = "/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala" + to = "/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_"