Skip to content

Commit 0be6fc3

Browse files
authored
Merge pull request #38 from GoogleCloudPlatform/fix/tutorial-url-path
fix: replace tutorial url path
2 parents f950824 + 371d58c commit 0be6fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ output "frontend_url" {
2020
}
2121

2222
output "neos_toc_url" {
23-
description = "Neos Tutorial URL"
24-
value = "http://console.cloud.google.com?walkthrough_id=panels--sic--dynamic-javascript-web-app_toc"
23+
description = "Tutorial URL"
24+
value = "http://console.cloud.google.com?walkthrough_id=solutions-in-console--dynamic-javascript-webapp--dynamic-javascript-webapp_tour"
2525
}
2626

2727
output "run_service_name" {

0 commit comments

Comments
 (0)