Skip to content

Commit d8db3b8

Browse files
authored
Fix StableMIR migration documentation (rust-lang#2915)
Rename the file to use '-' instead of `_` and add the new page to the index. Fixed version can be seen here: https://celinval.github.io/kani-dev/stable-mir.html
1 parent 4c0dd15 commit d8db3b8

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Diff for: docs/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- [Coding conventions](./conventions.md)
2727
- [Working with CBMC](./cbmc-hacks.md)
2828
- [Working with `rustc`](./rustc-hacks.md)
29+
- [Migrating to StableMIR](./stable-mir.md)
2930
- [Command cheat sheets](./cheat-sheets.md)
3031
- [cargo kani assess](./dev-assess.md)
3132
- [Testing](./testing.md)

Diff for: docs/src/dev-documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ developers (including external contributors):
1414
3. [Development setup recommendations for working with `cbmc`](./cbmc-hacks.md).
1515
4. [Development setup recommendations for working with `rustc`](./rustc-hacks.md).
1616
5. [Guide for testing in Kani](./testing.md).
17-
6. [Transition to StableMIR](./stable_mir.md).
17+
6. [Transition to StableMIR](./stable-mir.md).
1818

1919
> **NOTE**: The developer documentation is intended for Kani developers and not
2020
users. At present, the project is under heavy development and some items
File renamed without changes.

0 commit comments

Comments
 (0)