Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dev-documentation broken link #2575

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/src/dev-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ we recommend looking into [these issues](https://github.com/model-checking/kani/

In this chapter, we provide documentation that might be helpful for Kani
developers (including external contributors):
1. [Suggested workarounds](./workarounds.md).
1. [Coding conventions](./conventions.md).
2. [Useful command-line instructions for Kani/CBMC/Git](./cheat-sheets.md).
3. [Development setup recommendations for working with `rustc`](./rustc-hacks.md).
4. [Guide for testing in Kani](./testing.md).
3. [Development setup recommendations for working with `cbmc`](./cbmc-hacks.md).
4. [Development setup recommendations for working with `rustc`](./rustc-hacks.md).
5. [Guide for testing in Kani](./testing.md).

> **NOTE**: The developer documentation is intended for Kani developers and not
users. At present, the project is under heavy development and some items
Expand Down
Loading