From 8a1201ee63234e3c4295f37941fdb1fae758f12c Mon Sep 17 00:00:00 2001 From: karlguillotte Date: Mon, 30 Nov 2020 14:05:01 -0800 Subject: [PATCH] Change tutorial menu item to point to https://avysavvy.avalanche.ca/ --- client/constants/menus/avcan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/constants/menus/avcan.js b/client/constants/menus/avcan.js index ea6544a6c..2d5975238 100644 --- a/client/constants/menus/avcan.js +++ b/client/constants/menus/avcan.js @@ -141,7 +141,7 @@ const OnlineEducation = { { id: id++, label: 'Online avalanche tutorial', - to: '/tutorial', + to: 'https://avysavvy.avalanche.ca/', }, { id: id++,