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

add redirects

This commit is contained in:
trentmc 2020-12-11 19:32:22 +01:00
parent 36c21d4157
commit 1e82a85e12

View File

@ -28,6 +28,18 @@ module.exports = {
{
from: '/references/',
to: '/references/introduction/'
},
{
from: '/concepts/wallets/',
to: '/tutorials/wallets/'
},
{
from: '/tutorials/get-ether-and-ocean-tokens/',
to: '/concepts/get-ether-and-ocean-tokens/'
},
{
from: '/tutorials/connect-to-networks/',
to: '/concepts/connect-to-networks/'
}
]
}