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 79462b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
uses: lycheeverse/lychee-action@v1.2.0
with:
fail: true
args: --base file:///github/workspace --exclude /packages/contracts/artifacts.* --verbose --no-progress **/*.md
6 changes: 4 additions & 2 deletions specs/deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,10 @@ A reference implementation of the L1 Attributes predeploy contract can be found

[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

0 comments on commit 79462b9

Please sign in to comment.