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

Merge pull request #479 from oceanprotocol/issue473

fix bug by adding redirect
This commit is contained in:
Trent McConaghy 2020-12-15 11:14:57 +01:00 committed by GitHub
commit 598eb0055e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,10 @@ module.exports = {
{
from: '/tutorials/connect-to-networks/',
to: '/concepts/connect-to-networks/'
},
{
from: '/setup/compute-to-data/',
to: '/tutorials/compute-to-data/'
}
]
}