summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Stührk <andy@hammerhartes.de>2021-12-18 14:05:46 +0100
committerAndreas Stührk <andy@hammerhartes.de>2021-12-18 14:05:46 +0100
commit192fcbd32a446dc9899dcf1d9f9b04ff43a3c366 (patch)
treea1af1b6f1f4fe8cfe0484774d965884846e39974 /doc
parentaaea8029e49e7cb2cafb3efd5c8ed58fc55e247d (diff)
downloadnixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.tar
nixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.tar.gz
nixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.tar.bz2
nixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.tar.lz
nixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.tar.xz
nixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.tar.zst
nixpkgs-192fcbd32a446dc9899dcf1d9f9b04ff43a3c366.zip
docs: Fix markdown in Rust language section
Diffstat (limited to 'doc')
-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 7959685af6d..56faf636df1 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}