oceanprotocol / docs

🐬 Ocean Protocol documentation
https://docs.oceanprotocol.com
Apache License 2.0
61 stars 41 forks source link

Many links are absolute, not relative #1318

Closed trentmc closed 1 year ago

trentmc commented 1 year ago

This causes many errors

Wherever possible, we should have relative links.

One useful search from bash, turned up > 20 unwanted absolute links:

grep -r gitbook|grep -v "gitbook/assets"

Which returns e.g.

./infrastructure/deploying-provider.md:* The RPC URLs and API keys for each of the networks to which the Provider will be connected. See[ this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for how to obtain the URL and the API key.
./infrastructure/deploying-marketplace.md:* Obtain API key for wanted network. See [this guide](https://app.gitbook.com/o/mTcjMqA4ylf55anucjH8/s/BTXXhmDGzR0Xgj13fyfM/\~/changes/548/developers/obtaining-api-keys-for-blockchain-access) for this.