Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Aug 30, 2021
1 parent bd1b8da commit 14dc11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Time_in_Arbitrum.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const txnReceipt = await arbitrumProvider.getTransactionReceipt('0x...')
*/
```

The Arbitrum block number can also be retrieved within an Arbitrum contract via [ArbSys](ArbSys.md):
The Arbitrum block number can also be retrieved within an Arbitrum contract via [ArbSys](./sol_contract_docs/md_docs/arb-os/arbos/builtin/ArbSys.md):

```sol
ArbSys(100).arbBlockNumber() // returns Arbitrum block number
Expand Down

0 comments on commit 14dc11c

Please sign in to comment.