From 4b57cf8c4b9feb09642e5b767f606ffe18c651d8 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Thu, 18 Apr 2024 11:48:44 -0700 Subject: [PATCH] Update astro template repo url. --- cmd/soroban-cli/src/commands/contract/init.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/soroban-cli/src/commands/contract/init.rs b/cmd/soroban-cli/src/commands/contract/init.rs index e429561ba..ca342434e 100644 --- a/cmd/soroban-cli/src/commands/contract/init.rs +++ b/cmd/soroban-cli/src/commands/contract/init.rs @@ -523,7 +523,7 @@ mod tests { let with_examples = vec![]; init( project_dir.as_path(), - "https://github.com/AhaLabs/soroban-astro-template", + "https://github.com/stellar/soroban-astro-template", &with_examples, ) .unwrap(); @@ -551,7 +551,7 @@ mod tests { let with_examples = vec![]; init( project_dir.as_path(), - "https://github.com/AhaLabs/soroban-astro-template", + "https://github.com/stellar/soroban-astro-template", &with_examples, ) .unwrap(); @@ -581,7 +581,7 @@ mod tests { let with_examples = vec![]; init( project_dir.as_path(), - "https://github.com/AhaLabs/soroban-astro-template", + "https://github.com/stellar/soroban-astro-template", &with_examples, ) .unwrap(); @@ -589,7 +589,7 @@ mod tests { // call init again to make sure the README.md's contents are not duplicated init( project_dir.as_path(), - "https://github.com/AhaLabs/soroban-astro-template", + "https://github.com/stellar/soroban-astro-template", &with_examples, ) .unwrap();