Skip to content

Commit 8b89160

Browse files
authored
Fix dev-documentation broken link (rust-lang#2575)
Fix broken link introduced by rust-lang#1138 and add a link to Coding conventions.
1 parent a6e516e commit 8b89160

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/dev-documentation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ we recommend looking into [these issues](https://github.com/model-checking/kani/
99

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

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

0 commit comments

Comments
 (0)