Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
make lychee work with absolute links
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap committed Jan 10, 2022
1 parent a898f87 commit 235ca32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"lint": "yarn lint:fix && yarn lint:check",
"lint:fix": "markdownlint-cli2-fix \"./specs/**/*.md\" \"#node_modules\"",
"lint:check": "markdownlint-cli2 \"./specs/**/*.md\" \"#node_modules\"",
"lint:links": "lychee \"./specs/**/*.md\" --base ."
"lint:links": "lychee \"./specs/**/*.md\""
}
}
10 changes: 6 additions & 4 deletions specs/deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,12 @@ The contract has the following solidity interface, and can be interacted with ac

A reference implementation of the L1 Attributes predeploy contract can be found in [L1Block.sol].

[L1Block.sol]: /packages/contracts/contracts/L2/L1Block.sol
[L1Block.sol]: ../packages/contracts/contracts/L2/L1Block.sol

The bytecode to add to the genesis file will be located in the `deployedBytecode` of the
[JSON artifact file][l1-block-artifacts] corresponding to L1Block.sol.
The bytecode to add to the genesis file will be located in the
`deployedBytecode` of the [JSON artifact file][l1-block-artifacts] corresponding
to L1Block.sol (this link will be broken unless you've built the contracts with
`yarn build` in the `packages/contracts` directory).

[l1-block-artifacts]: /packages/contracts/artifacts/contracts/L2/L1Block.sol/L1Block.json

Expand Down Expand Up @@ -216,4 +218,4 @@ possible for users to interact with contracts on L2 even when the Sequencer is d

A reference implementation of the Deposit Feed contract can be found in [DepositFeed.sol].

[DepositFeed.sol]: /packages/contracts/contracts/L1/DepositFeed.sol
[DepositFeed.sol]: ../packages/contracts/contracts/L1/DepositFeed.sol

0 comments on commit 235ca32

Please sign in to comment.