Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken link #29

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/hello-wing/Readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/provider-specific/awscdk-hello-wing/Readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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"
```
```
Loading