From 5472992711bdf084427841246a0a9819b1464707 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 25 Jun 2019 11:36:02 +0200 Subject: [PATCH] Add a redirect for /concepts/production-network/ --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 9eba76ad..d8293e8f 100644 --- a/config.js +++ b/config.js @@ -40,6 +40,10 @@ module.exports = { from: '/tutorials/wallets/', to: '/concepts/wallets/' }, + { + from: '/concepts/production-network/', + to: '/concepts/pacific-network/' + }, { from: '/references/squid-py/', to: 'https://squid-py.readthedocs.io/en/latest/'