Skip to content

Commit 580bdb0

Browse files
authored
Merge pull request #31 from GoogleCloudPlatform/refactor/tutorial-link
refactor: remove 'welcome' from link
2 parents 272abfa + c744f46 commit 580bdb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Upon successful provisioning, you should see an output similar to:
2121

2222
```bash
2323
frontend_url = "http://11.222.333.444/"
24-
neos_toc_url = "http://console.cloud.google.com/welcome?walkthrough_id=panels--sic--dynamic-javascript-web-app_toc"
24+
neos_toc_url = "http://console.cloud.google.com?walkthrough_id=panels--sic--dynamic-javascript-web-app_toc"
2525
run_service_name = "dev-journey"
2626
```
2727

infra/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ output "frontend_url" {
2020

2121
output "neos_toc_url" {
2222
description = "Neos Tutorial URL"
23-
value = "http://console.cloud.google.com/welcome?walkthrough_id=panels--sic--dynamic-javascript-web-app_toc"
23+
value = "http://console.cloud.google.com?walkthrough_id=panels--sic--dynamic-javascript-web-app_toc"
2424
}
2525

2626
output "run_service_name" {

0 commit comments

Comments
 (0)