Skip to content

Commit f0a6197

Browse files
authored
Merge pull request #410 from rmcnew/mir-rust-tls-requirements
Fix MIR Rust TLS hyperlink, using 'ref' syntax
2 parents 46dd4e4 + 951cd4b commit f0a6197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MIR/mir-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Rust code in `main` that uses TLS must use OpenSSL with the system-wide OpenSSL
290290

291291
This may require significant changes to some Rust code, but it is required for now to
292292
ensure that system-wide cryptographic policies are followed as described by the MIR
293-
reporter's rule {ref}`"Check for security relevant binaries, services and behavior" <mir-reporter-s-template>`.
293+
reporter's rule {ref}`"Check for security relevant binaries, services and behavior" <mir-reporters-template>`.
294294

295295
### OpenSSL crate configuration
296296
The [`openssl` crate](https://docs.rs/openssl/latest/openssl/) provides a safe Rust

0 commit comments

Comments
 (0)