From 0445b1b1f94135385156dceeabcd70d51a00387c Mon Sep 17 00:00:00 2001 From: Thomas Ehling <30614868+ThomasEhling@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:09:27 -0400 Subject: [PATCH] Update config.toml Fix broken link in getting started tutorial --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b4f636af4..2286ad050 100644 --- a/config.toml +++ b/config.toml @@ -66,7 +66,7 @@ wagon_link = "https://github.com/cloudify-cosmo/wagon" basic_blueprint_zip = "https://github.com/cloudify-community/blueprint-examples/releases/download/latest/virtual-machine.zip" basic_blueprint_master = "https://github.com/cloudify-community/blueprint-examples/blob/master/virtual-machine" basic_blueprint_name = "virtual-machine" -first_service_blueprint_local_zip = "https://github.com/cloudify-community/blueprint-examples/releases/download/latest/simple-hello-world-example.zip" +first_service_blueprint_local_zip = "https://github.com/cloudify-community/blueprint-examples/releases/latest/download/simple-hello-world-example.zip" first_service_blueprint_zip = "https://github.com/cloudify-community/blueprint-examples/releases/download/latest/hello-world-example.zip" first_service_blueprint_local = "https://github.com/cloudify-community/blueprint-examples/blob/master/simple-hello-world-example" first_service_blueprint_master = "https://github.com/cloudify-community/blueprint-examples/tree/master/hello-world-example"