From d49d0affe20ecae137c952ea679b16f2fcc49131 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 2 Jun 2024 00:15:43 +0200 Subject: [PATCH] fix link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0863b47..cc8f1d3 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ The user has to provide the path to a directory containing this `autoconfig.rs` `CSP_CONFIG_DIR` environmental variable. You can automatically generate this file when using `libcsp-cargo-build` by using the -[`generate_autoconf_rust_file`](here be link soon) method of the Builder object as done in the -example build script. +[`generate_autoconf_rust_file`](https://docs.rs/libcsp-cargo-build/latest/libcsp_cargo_build/fn.generate_autoconf_rust_file.html) +method of the Builder object as done in the example build script. In this workspace, the `CSP_CONFIG_DIR` variable is hardcoded using the following `.cargo/config.toml` configuration: