diff --git a/cmd/soroban-cli/src/commands/init.rs b/cmd/soroban-cli/src/commands/init.rs index 881217dbc5..4f69d13db0 100644 --- a/cmd/soroban-cli/src/commands/init.rs +++ b/cmd/soroban-cli/src/commands/init.rs @@ -90,7 +90,7 @@ pub enum Error { TomlParseError(#[from] TomlError), } -const TEMPLATE_URL: &str = "https://github.com/AhaLabs/soroban-tutorial-project.git"; +const TEMPLATE_URL: &str = "https://github.com/AhaLabs/soroban-init-template.git"; const SOROBAN_EXAMPLES_URL: &str = "https://github.com/stellar/soroban-examples.git"; impl Cmd {