From 22ee2b752ccbb18f3ebd79fa7e61976426d6a4b5 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Wed, 15 Nov 2023 12:45:07 +0200 Subject: [PATCH 1/2] fix: broken link --- examples/hello-wing/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 49553f460da8e5e0782da87a0f1fd5183d31d2fa Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Wed, 15 Nov 2023 12:47:26 +0200 Subject: [PATCH 2/2] fix: broken link --- examples/provider-specific/awscdk-hello-wing/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```