about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-18 22:50:22 +0800
committerGitHub <noreply@github.com>2021-12-18 22:50:22 +0800
commit471246420de7a0427a1ccb25c7688efbda271923 (patch)
tree58fb4ac429f80258d65fe253e68f8f4241ddf526 /doc/languages-frameworks
parent43085555958a2699ec9ab2a30b0b58443d43fc05 (diff)
parent192fcbd32a446dc9899dcf1d9f9b04ff43a3c366 (diff)
Merge pull request #151193 from Trundle/rust-markdown-fix
docs: Fix markdown in Rust language section
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/rust.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 7959685af6d50..56faf636df10e 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -293,7 +293,7 @@ Test flags, e.g., `--package foo`, can be passed to `cargo test` via the
 
 Another attribute, called `checkFlags`, is used to pass arguments to the test
 binary itself, as stated
-(here)[https://doc.rust-lang.org/cargo/commands/cargo-test.html].
+[here](https://doc.rust-lang.org/cargo/commands/cargo-test.html).
 
 #### Tests relying on the structure of the `target/` directory {#tests-relying-on-the-structure-of-the-target-directory}