diff --git a/crates/paralegal-policy/src/lib.rs b/crates/paralegal-policy/src/lib.rs index 32504bc657..d50a2f5a58 100644 --- a/crates/paralegal-policy/src/lib.rs +++ b/crates/paralegal-policy/src/lib.rs @@ -83,7 +83,7 @@ impl SPDGGenCommand { /// Use a global installation of `paralegal_flow` via `cargo paralegal_flow`. pub fn global() -> Self { let mut cmd = Command::new("cargo"); - cmd.arg("paralegal_flow"); + cmd.arg("paralegal-flow"); Self::custom(cmd) } diff --git a/doc-src/index.md b/doc-src/index.md index c46eca061d..ca14437f8c 100644 --- a/doc-src/index.md +++ b/doc-src/index.md @@ -9,5 +9,5 @@ The compiler docs do not interlink with the docs for the `dfpp` crate and its dependencies, because I haven't yet figured out how to build them such that they do. As a result the two documentations are hosted here separately. -- [Link to the paralegal-flow crate documentation](libs/paralegal-flow/index.html) (dependent, non-rustc crates are linked) +- [Link to the paralegal-flow crate documentation](libs/paralegal_flow/index.html) (dependent, non-rustc crates are linked) - [Link to the rustc 1.63.0 documentation](compiler/index.html) \ No newline at end of file