diff --git a/src/getting_started/parsec_tool_use.md b/src/getting_started/parsec_tool_use.md index c886a15..6632bde 100644 --- a/src/getting_started/parsec_tool_use.md +++ b/src/getting_started/parsec_tool_use.md @@ -22,7 +22,7 @@ cargo install parsec-tool For building it, use the following commands: ``` -git clone git@github.com:parallaxsecond/parsec-tool.git +git clone https://github.com/parallaxsecond/parsec-tool.git cd parsec-tool cargo build ``` diff --git a/src/parsec_service/build_run.md b/src/parsec_service/build_run.md index eff2b63..eacd03c 100644 --- a/src/parsec_service/build_run.md +++ b/src/parsec_service/build_run.md @@ -128,6 +128,6 @@ sudo apt install protobuf-compiler The Parsec service can be cross-compiled to other target triplets. You might need to install a cross-compilation C toolchain for the target you want to compile for. The default ones are indicated -in the `.cargo/config` file. +in `parsec-service-test-cross-compile.Dockerfile`. *Copyright 2022 Contributors to the Parsec project.*