Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emergency path fixes #48

Merged
merged 2 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/paralegal-policy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down
2 changes: 1 addition & 1 deletion doc-src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)