From 7c1c5760d9eb23f4f7a3e6f6d184799fa84b4bde Mon Sep 17 00:00:00 2001 From: Osama Albahrani Date: Nov 30 2023 04:10:45 +0000 Subject: Rust.adoc: fix mixed Rust / C/C++ hyperlink Note: there is also `link:[Fedora Legal docs]` which does not seem to redirect --- diff --git a/guidelines/modules/ROOT/pages/Rust.adoc b/guidelines/modules/ROOT/pages/Rust.adoc index 09ee8a0..9a88e40 100644 --- a/guidelines/modules/ROOT/pages/Rust.adoc +++ b/guidelines/modules/ROOT/pages/Rust.adoc @@ -24,7 +24,7 @@ specific to the different ways in which projects can be set up: which are often not separately published on https://crates.io[crates.io] * link:#_python_projects[Python projects] with a "native" component implemented in Rust: usually built with https://github.com/PyO3/setuptools-rust[setuptools_rust] or https://github.com/PyO3/maturin[maturin] -* link:_mixed_rust_cc_projects[mixed Rust / C/C++ projects] where parts of the project are implemented in Rust: +* link:#_mixed_rust_cc_projects[mixed Rust / C/C++ projects] where parts of the project are implemented in Rust: either built by wrapping cargo, or by utilizing https://mesonbuild.com/Rust.html[meson]’s limited support for directly building Rust code