From 5fbbd9ef234b9e51c9f9342f335ac4188039a49c Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 23 Apr 2017 10:02:42 -0400 Subject: [PATCH] Add redirection for old URL --- lib/app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/app.rb b/lib/app.rb index 08c41ff8..1ef4e5b5 100644 --- a/lib/app.rb +++ b/lib/app.rb @@ -290,6 +290,7 @@ class App < Sinatra::Application end { + '/tips' => '/help', '/css-data-types/' => '/css-values-units/', '/css-at-rules/' => '/?q=css%20%40', '/html/article' => '/html/element/article',