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

add redirects for squid-py & squid-java docs

This commit is contained in:
Matthias Kretschmann 2019-03-29 16:37:35 +01:00
parent 46940675f2
commit c15f8fd8b1
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -39,6 +39,14 @@ module.exports = {
{
from: '/tutorials/wallets/',
to: '/concepts/wallets/'
},
{
from: '/references/squid-py/',
to: 'https://squid-py.readthedocs.io/en/latest/'
},
{
from: '/references/squid-java/',
to: 'https://www.javadoc.io/doc/com.oceanprotocol/squid/'
}
]
}