1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

add client redirect

* ref #151
This commit is contained in:
Matthias Kretschmann 2019-02-21 17:30:47 +01:00
parent 0f493c6bdf
commit b18bef898d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -35,6 +35,10 @@ module.exports = {
{
from: '/references/',
to: '/references/introduction/'
},
{
from: '/tutorials/wallets/',
to: '/concepts/wallets/'
}
]
}