diff --git a/docs/dev-tools/backends/cargo.md b/docs/dev-tools/backends/cargo.md index 2c1b6b7ff5..f2eb93cbce 100644 --- a/docs/dev-tools/backends/cargo.md +++ b/docs/dev-tools/backends/cargo.md @@ -47,13 +47,13 @@ install a particular tag, branch, or commit revision: ```sh # Install a specific tag -mise use cargo:github.com/username/demo@tag: +mise use cargo:https://github.com/username/demo@tag: # Install the latest from a branch -mise use cargo:github.com/username/demo@branch: +mise use cargo:https://github.com/username/demo@branch: # Install a specific commit revision -mise use cargo:github.com/username/demo@rev: +mise use cargo:https://github.com/username/demo@rev: ``` This will execute a `cargo install` command with the corresponding Git options.