Skip to content

Commit f647ed2

Browse files
committed
cross_toml: Fix docs URL
to point to the original repo instead of the fork for this PR.
1 parent 936804e commit f647ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cross_toml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! For a detailed user documentation of the file and the contents please refer to the [docs in the
44
//! repo][1].
55
//!
6-
//! [1]: https://github.com/har7an/cross/blob/docs/restructure-docs-folder/docs/config_file.md
6+
//! [1]: https://github.com/cross-rs/cross/blob/main/docs/config_file.md
77
88
use crate::docker::custom::PreBuild;
99
use crate::docker::PossibleImage;

0 commit comments

Comments
 (0)