From d890571c5ee82a79239d41aa9de8094993b4c319 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 15 Aug 2022 10:34:35 -0700 Subject: [PATCH] README.md: fix url Change-Id: Ic3fb2a4c01007d846d7dae7cb06097cfc4138641 GitOrigin-RevId: 5261616892d6772f27a98d0e745393323e12a973 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e72f38..34a9f77 100644 --- a/README.md +++ b/README.md @@ -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.