From ad27e12100bb8abaf93abd83dd9ae9d66ddb643f Mon Sep 17 00:00:00 2001 From: Abijeet Date: Sun, 14 Jan 2018 19:09:48 +0530 Subject: [PATCH] Changes the invalid routing URL path. Fixes #10 Signed-off-by: Abijeet --- start/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/routes.js b/start/routes.js index 115faf6..b303c6d 100644 --- a/start/routes.js +++ b/start/routes.js @@ -9,7 +9,7 @@ | routes for different URL's and bind Controller actions to them. | | A complete guide on routing is available here. -| http://adonisjs.com/guides/routing +| http://adonisjs.com/docs/4.0/routing | */