From f647ed28b3bf599ee057ad14593d1672d73735f4 Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Tue, 20 Feb 2024 11:13:17 +0100 Subject: [PATCH] cross_toml: Fix docs URL to point to the original repo instead of the fork for this PR. --- src/cross_toml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cross_toml.rs b/src/cross_toml.rs index c78a812a0..7965ca552 100644 --- a/src/cross_toml.rs +++ b/src/cross_toml.rs @@ -3,7 +3,7 @@ //! For a detailed user documentation of the file and the contents please refer to the [docs in the //! repo][1]. //! -//! [1]: https://github.com/har7an/cross/blob/docs/restructure-docs-folder/docs/config_file.md +//! [1]: https://github.com/cross-rs/cross/blob/main/docs/config_file.md use crate::docker::custom::PreBuild; use crate::docker::PossibleImage;