From 6e907801901218b8c09e30c0527ee9307e54577b Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Sun, 17 Apr 2022 19:32:47 -0500 Subject: [PATCH] doc: fix broken link/footnote in using-rust/maintenance --- doc/doxygen/src/using-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/using-rust.md b/doc/doxygen/src/using-rust.md index 3670abadcc..ecb092e05a 100644 --- a/doc/doxygen/src/using-rust.md +++ b/doc/doxygen/src/using-rust.md @@ -153,4 +153,4 @@ Dealing with this, and other aspects of maintenance of the crates, is described in [the `rust_minimal` test's README]. -[the `rust_minimal` test's README]: (https://github.com/RIOT-OS/RIOT/blob/master/tests/rust_minimal/README.md). +[the `rust_minimal` test's README]: https://github.com/RIOT-OS/RIOT/blob/master/tests/rust_minimal/README.md