Skip to content

Commit ca5334f

Browse files
authored
Fix links in the book sections related to tool application (#101)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Signed-off-by: Felipe R. Monteiro <[email protected]>
1 parent 1bf01fd commit ca5334f

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Session.vim
2020
/book/
2121
/build/
2222
/target
23+
library/target
2324
*.rlib
2425
*.rmeta
2526
*.mir

doc/src/SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[Introduction](intro.md)
44

55
- [General Rules](./general-rules.md)
6-
- [Challenge Template](./template.md)
7-
- [Tool application](./todo.md)
6+
- [Challenge Template](./challenge_template.md)
7+
- [Tool Application Template](./tool_template.md)
88

99
- [Verification Tools](./tools.md)
1010
- [Kani](./tools/kani.md)
File renamed without changes.

doc/src/general-rules.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A proposed solution to a verification problem will only **be reviewed** if all t
3939
* The contribution must be automated and should be checked and pass as part of the PR checks.
4040
* All tools used by the solution must be in [the list of accepted tools](tools.md#approved-tools),
4141
and previously integrated in the repository.
42-
If that is not the case, please submit a separate [tool application first](todo.md).
42+
If that is not the case, please submit a separate [tool application first](./general-rules.md#tool-applications).
4343
* There is no restriction on the number of contributors for a solution.
4444
Make sure you have the rights to submit your solution and that all contributors are properly mentioned.
4545
* The solution cannot impact the runtime logic of the standard library unless the change is proposed and incorporated
@@ -56,7 +56,7 @@ The type of obstacles users face may depend on which part of the standard librar
5656
Everyone is welcome to submit new challenge proposals for review by our committee.
5757
Follow the following steps to create a new proposal:
5858

59-
1. Create a tracking issue using the Issue template [Challenge Proposal](template.md) for your challenge.
59+
1. Create a tracking issue using the [challenge template](./challenge_template.md) for your challenge.
6060
2. In your fork of this repository do the following:
6161
1. Copy the template file (`book/src/challenge_template.md`) to `book/src/challenges/<ID_NUMBER>-<challenge-name>.md`.
6262
2. Fill in the details according to the template instructions.
@@ -69,7 +69,7 @@ Follow the following steps to create a new proposal:
6969

7070
Solutions must be automated using one of the tools previously approved and listed [here](tools.md#approved-tools):
7171

72-
* Any new tool that participants want to enable will require an application using the Issue template [Tool application](todo.md).
72+
* Any new tool that participants want to enable will require an application using the [tool application template](./tool_template.md).
7373
* The tool will be analyzed by an independent committee consisting of members from the Rust open-source developers and AWS
7474
* A new tool application should clearly specify the differences to existing techniques and provide sufficient background
7575
of why this is needed.

doc/src/todo.md

-3
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)