diff options
Diffstat (limited to 'docs/Migrate-from-Ethereum.md')
-rw-r--r-- | docs/Migrate-from-Ethereum.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Migrate-from-Ethereum.md b/docs/Migrate-from-Ethereum.md index 03da247..6f83bd5 100644 --- a/docs/Migrate-from-Ethereum.md +++ b/docs/Migrate-from-Ethereum.md @@ -22,7 +22,7 @@ Here's a simple Solidity smart contract that utilizes Tangerine's on-chain rando ``` pragma solidity ^0.5.2; -import "github.com/byzantine-lab/tangerine-random-lib/RandomLib.sol"; +import "github.com/tangerine-network/random-lib/RandomLib.sol"; contract Hello { uint256 public value; |