1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

Add a redirect for /concepts/production-network/

This commit is contained in:
Troy McConaghy 2019-06-25 11:36:02 +02:00
parent a5346a8984
commit 5472992711

View File

@ -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/'