Skip to content

Commit

Permalink
cross_toml: Fix docs URL
Browse files Browse the repository at this point in the history
to point to the original repo instead of the fork for this PR.
  • Loading branch information
har7an committed Feb 20, 2024
1 parent 936804e commit f647ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cross_toml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f647ed2

Please sign in to comment.