diff --git a/examples/hello-wing/Readme.md b/examples/hello-wing/Readme.md index afe9dc6..852d3fe 100644 --- a/examples/hello-wing/Readme.md +++ b/examples/hello-wing/Readme.md @@ -1,6 +1,6 @@ # Hello Wing -The example from the [getting started](https://docs.winglang.io/getting-started/hello) guide. +The example from the [getting started](https://www.winglang.io/docs/start-here/hello) guide. This is a simple example of a WingLang project that demonstrates the usage of cloud services. The program creates a cloud bucket and a cloud queue. It then adds a consumer to the queue, which writes a message to a file in the bucket. diff --git a/examples/provider-specific/awscdk-hello-wing/Readme.md b/examples/provider-specific/awscdk-hello-wing/Readme.md index 256d41b..99008f6 100644 --- a/examples/provider-specific/awscdk-hello-wing/Readme.md +++ b/examples/provider-specific/awscdk-hello-wing/Readme.md @@ -1,6 +1,6 @@ # Hello Wing for the AWS CDK Target -The example from the [getting started](https://docs.winglang.io/getting-started/hello) guide. +The example from the [getting started](https://www.winglang.io/docs/start-here/hello) guide. This is a simple example of a WingLang project that demonstrates the usage of cloud services. The program creates a cloud bucket and a cloud queue. It then adds a consumer to the queue, which writes a message to a file in the bucket. @@ -36,4 +36,4 @@ As of May 2023 tests are currently not yet supported out of the box export CDK_STACK_NAME="hello-wing" wing compile -t awscdk main.w npx cdk deploy --app "./target/main.awscdk" -``` \ No newline at end of file +```