README.md: fix url

Change-Id: Ic3fb2a4c01007d846d7dae7cb06097cfc4138641
GitOrigin-RevId: 5261616892d6772f27a98d0e745393323e12a973
This commit is contained in:
Sam Leffler
2022-08-15 10:34:35 -07:00
parent a2d5e3f37b
commit d890571c5e

View File

@@ -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.