mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-08-31 13:06:15 +00:00
README.md: fix url
Change-Id: Ic3fb2a4c01007d846d7dae7cb06097cfc4138641 GitOrigin-RevId: 5261616892d6772f27a98d0e745393323e12a973
This commit is contained in:
@@ -45,7 +45,7 @@ To use crates from Sparrow you can reference them from a local repository or
|
||||
directly from GitHub using git; e.g. in a Config.toml:
|
||||
```
|
||||
kata-os-common = { path = "../system/components/kata-os-common" }
|
||||
kata-os-common = { git = "https://github.com/google/AmbiML/sparrow/kata" }
|
||||
kata-os-common = { git = "https://github.com/AmbiML/sparrow/kata" }
|
||||
```
|
||||
NB: the git usage depends on cargo's support for searching for a crate
|
||||
named "kata-os-common" in the kata repo.
|
||||
|
Reference in New Issue
Block a user