Skip to content

Commit a978f3f

Browse files
chenhengqid-e-s-o
authored andcommitted
Fix broken link in CONTRIBUTING.md
The link to `Safety comments` is broken, fix it. Signed-off-by: Hengqi Chen <[email protected]>
1 parent e8c360b commit a978f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Please make sure that each `unsafe` block your code requires is accompanied by a
5858
`SAFETY` comment. Similar for `unsafe` functions. These comments should state
5959
why required invariants are upheld at the callsite or what invariants exist,
6060
respectively. Please refer to the [Standard Library Developer's
61-
Guide](https://std-dev-guide.rust-lang.org/documentation/safety-comments.html#safety-comments).
61+
Guide](https://std-dev-guide.rust-lang.org/policy/safety-comments.html).
6262

6363
- **Accompany your code with tests.**
6464
Please make an effort to add regression tests for bug fixes and unit or

0 commit comments

Comments
 (0)