From cfb4e54d425ba54d3b5749b04c8c0e20f4f4a49c Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Tue, 15 Dec 2020 11:06:15 +0100 Subject: [PATCH] fix bug by adding redirect --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 1ee4fdd2..e72b14a4 100644 --- a/config.js +++ b/config.js @@ -40,6 +40,10 @@ module.exports = { { from: '/tutorials/connect-to-networks/', to: '/concepts/connect-to-networks/' + }, + { + from: '/setup/compute-to-data/', + to: '/tutorials/compute-to-data/' } ] }