Fix links in documentation (#3387)

This commit is contained in:
Hadrien Croubois
2022-05-02 18:06:52 -03:00
committed by GitHub
parent 1d2ab4f41c
commit 14ca3aeb79
9 changed files with 23 additions and 22 deletions

View File

@ -7,7 +7,7 @@ import "../CrossChainEnabled.sol";
import "./LibArbitrumL1.sol";
/**
* @dev [Arbitrum](https://arbitrum.io/) specialization or the
* @dev https://arbitrum.io/[Arbitrum] specialization or the
* {CrossChainEnabled} abstraction the L1 side (mainnet).
*
* This version should only be deployed on L1 to process cross-chain messages
@ -15,7 +15,7 @@ import "./LibArbitrumL1.sol";
*
* The bridge contract is provided and maintained by the arbitrum team. You can
* find the address of this contract on the rinkeby testnet in
* [Arbitrum's developer documentation](https://developer.offchainlabs.com/docs/useful_addresses).
* https://developer.offchainlabs.com/docs/useful_addresses[Arbitrum's developer documentation].
*
* _Available since v4.6._
*/