From 9c309f2243f4b9578bd7c41e195c7dd56465ae60 Mon Sep 17 00:00:00 2001 From: sachamorard <254275+SachaMorard@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:51:36 +0100 Subject: [PATCH] fix: repo url --- src/commands/components/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/components/init.rs b/src/commands/components/init.rs index 1fc917f..e668cab 100644 --- a/src/commands/components/init.rs +++ b/src/commands/components/init.rs @@ -99,7 +99,7 @@ pub async fn run(_opts: Options) -> anyhow::Result<()> { Additional resources: [Resource example](https://your-resource-link.com) "#.to_string()), documentation: Some(Url::parse("https://www.edgee.cloud/docs/introduction")?), - repository: Some(Url::parse("https://www.github.com/edgee-cloud/edgee")?), + repository: Some(Url::parse("https://www.github.com/edgee-cloud/cli")?), settings: indexmap::indexmap! { "example".to_string() => Setting { description: Some("Here is a string".to_string()),