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.
This causes many errors
Wherever possible, we should have relative links.
One useful search from bash, turned up > 20 unwanted absolute links:
Which returns e.g.