From b0c02624ba00c375c50441f59b958ddc75d3e2f0 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Thu, 7 Jan 2021 19:23:46 +0100 Subject: [PATCH] Point to proper locations of deployments. For https://github.com/oceanprotocol/ocean.py/issues/92 --- content/concepts/network-ethmainnet.md | 2 +- content/concepts/network-rinkeby.md | 2 +- content/concepts/network-ropsten.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/concepts/network-ethmainnet.md b/content/concepts/network-ethmainnet.md index 6643c856..ad599fe5 100644 --- a/content/concepts/network-ethmainnet.md +++ b/content/concepts/network-ethmainnet.md @@ -5,7 +5,7 @@ description: Details of Ethereum deployment & services ## Smart Contracts -Ocean contracts are deployed to Ethereum mainnet at **[these addresses](https://github.com/oceanprotocol/contracts/blob/master/docs/deployments/mainnet.md)**. +Ocean contracts are deployed to Ethereum mainnet at **[these addresses](https://github.com/oceanprotocol/contracts/blob/master/artifacts/address.json)**. ## Mainnet-Related Services diff --git a/content/concepts/network-rinkeby.md b/content/concepts/network-rinkeby.md index 9fc29c97..5547efa0 100644 --- a/content/concepts/network-rinkeby.md +++ b/content/concepts/network-rinkeby.md @@ -5,7 +5,7 @@ description: Details of Rinkeby deployment & services ## Smart Contracts -Ocean contracts are deployed to Rinkeby network at **[these addresses](https://github.com/oceanprotocol/contracts/blob/master/docs/deployments/rinkeby.md)**. +Ocean contracts are deployed to Rinkeby network at **[these addresses](https://github.com/oceanprotocol/contracts/blob/master/artifacts/address.json)**. ## Rinkeby-Related Services diff --git a/content/concepts/network-ropsten.md b/content/concepts/network-ropsten.md index a1cd15e6..ecc47b5b 100644 --- a/content/concepts/network-ropsten.md +++ b/content/concepts/network-ropsten.md @@ -5,7 +5,7 @@ description: Details of Ropsten deployment & services ## Smart Contracts -Ocean contracts are deployed to Ropsten network at **[these addresses](https://github.com/oceanprotocol/contracts/blob/master/docs/deployments/ropsten.md)**. +Ocean contracts are deployed to Ropsten network at **[these addresses](https://github.com/oceanprotocol/contracts/blob/master/artifacts/address.json)**. ## Ropsten-Related Services