Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Aug 6, 2024
1 parent fff8979 commit 3070c40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: 20.x
- name: Install commitlint
run: |
npm install -g @commitlint/config-conventional@^18 @conventional-changelog-atom@^18 @commitlint/types@^18
npm install -g @commitlint/cli@^18
- name: Validate all commits from PR
run: npx commitlint --config .github/config/commitlint.config.js --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ Collaborate with us to advance the FHE spaces and drive innovation together.

- [Contribute to fhEVM](developer/contribute.md)
- [Follow the development roadmap](developer/roadmap.md)
<!-- markdown-link-check-disable -->
- [See the latest test release note](https://github.com/zama-ai/fhevm-backend/releases)
- [Request a feature](https://github.com/zama-ai/fhevm-backend/issues/new)
- [Report a bug](https://github.com/zama-ai/fhevm-backend/issues/new)
<!-- markdown-link-check-enable -->

---

Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [Blockchain](fundamentals/tkms/blockchain.md)
- [Threshold protocol](fundamentals/tkms/threshold.md)
- [Zama's TKMS](fundamentals/tkms/zama.md)
- [Glossary](getting_started/glossary.md)
- [Glossary](fundamentals/glossary.md)

## Guides

Expand Down
1 change: 1 addition & 0 deletions docs/fundamentals/fhevm/execution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Execution

0 comments on commit 3070c40

Please sign in to comment.